Windows: added native syscalls and structures

This commit is contained in:
Cristian Maglie
2014-12-13 20:17:11 +04:30
parent ef9acbb454
commit 5567c33301
3 changed files with 134 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ include $(GOROOT)/src/Make.inc
TARG=github.com/bugst/go-serial/serial
GOFILES=serial.go native_$(GOOS).go
GOFILES=serial.go native_$(GOOS).go native_z$(GOOS).go
include $(GOROOT)/src/Make.pkg