1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:54:45 -07:00

runtime: fix windows build

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3419043
This commit is contained in:
Alex Brainman 2010-12-08 12:52:36 +11:00
parent 51a2183851
commit 60c91bbf4c

View 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);