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:
parent
51a2183851
commit
60c91bbf4c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user