1
0
mirror of https://github.com/golang/go synced 2024-11-21 16:04:45 -07:00

runtime: fix windows build

R=rsc
CC=golang-dev
https://golang.org/cl/2923041
This commit is contained in:
Alex Brainman 2010-11-05 17:27:12 +11:00
parent fc98af93ac
commit 2b18b18263

View File

@ -13,7 +13,7 @@ extern void *runtime·LoadLibraryEx;
extern void *runtime·GetProcAddress;
extern void *runtime·GetLastError;
#define goargs windows_goargs
#define runtime·goargs runtime·windows_goargs
void runtime·windows_goargs(void);
// Get start address of symbol data in memory.