summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader/win32.c b/loader/win32.c
index c3f1fd356c..a05e65464d 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -1244,8 +1244,8 @@ struct critsecs_list_t
};
/* 'NEWTYPE' is working with VIVO, 3ivX and QTX dll (no more segfaults) -- alex */
-//#undef CRITSECS_NEWTYPE
-#define CRITSECS_NEWTYPE 1
+#undef CRITSECS_NEWTYPE
+//#define CRITSECS_NEWTYPE 1
#ifdef CRITSECS_NEWTYPE
/* increased due to ucod needs more than 32 entries */