]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix windows build
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 8 Dec 2010 01:52:36 +0000 (12:52 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 8 Dec 2010 01:52:36 +0000 (12:52 +1100)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3419043

src/pkg/runtime/windows/os.h

index 445e5b5f4540c09886725f7bf2f0c0153b0f8df7..3e071ea6b4222e72a7970b830844180b59a00fe8 100644 (file)
@@ -4,6 +4,7 @@
 
 extern void *runtime·LoadLibraryEx;
 extern void *runtime·GetProcAddress;
+extern void *runtime·GetLastError;
 
 #define runtime·goargs runtime·windows_goargs
 void runtime·windows_goargs(void);