mirror of
https://github.com/golang/go
synced 2024-11-21 21:44:40 -07:00
runtime: fix windows build
R=rsc CC=golang-dev https://golang.org/cl/2923041
This commit is contained in:
parent
fc98af93ac
commit
2b18b18263
@ -13,7 +13,7 @@ extern void *runtime·LoadLibraryEx;
|
|||||||
extern void *runtime·GetProcAddress;
|
extern void *runtime·GetProcAddress;
|
||||||
extern void *runtime·GetLastError;
|
extern void *runtime·GetLastError;
|
||||||
|
|
||||||
#define goargs windows_goargs
|
#define runtime·goargs runtime·windows_goargs
|
||||||
void runtime·windows_goargs(void);
|
void runtime·windows_goargs(void);
|
||||||
|
|
||||||
// Get start address of symbol data in memory.
|
// Get start address of symbol data in memory.
|
||||||
|
Loading…
Reference in New Issue
Block a user