summaryrefslogtreecommitdiffstatshomepage
path: root/windows/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'windows/init.c')
-rw-r--r--windows/init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/init.c b/windows/init.c
index a370c464e8..57f349ef89 100644
--- a/windows/init.c
+++ b/windows/init.c
@@ -28,9 +28,12 @@
#include <stdio.h>
#include <windows.h>
+extern void getbss();
+
HANDLE hSleepEvent = NULL;
void init() {
+ getbss();
hSleepEvent = CreateEvent(NULL, TRUE, FALSE, FALSE);
#ifdef __MINGW32__
putenv("PRINTF_EXPONENT_DIGITS=2");