summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/os_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/os_windows.h')
-rw-r--r--src/pkg/runtime/os_windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/os_windows.h b/src/pkg/runtime/os_windows.h
index cf0ecb68e..b64fa8873 100644
--- a/src/pkg/runtime/os_windows.h
+++ b/src/pkg/runtime/os_windows.h
@@ -4,6 +4,7 @@
extern void *runtime·LoadLibrary;
extern void *runtime·GetProcAddress;
+extern void *runtime·GetQueuedCompletionStatusEx;
// Call a Windows function with stdcall conventions,
// and switch to os stack during the call.