Commit 2b18b182 authored by Alex Brainman's avatar Alex Brainman

runtime: fix windows build

R=rsc
CC=golang-dev
https://golang.org/cl/2923041
parent fc98af93
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment