Commit 60c91bbf authored by Alex Brainman's avatar Alex Brainman

runtime: fix windows build

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/3419043
parent 51a21838
......@@ -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);
......
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