# HG changeset patch # User arpi # Date 1036962250 0 # Node ID be9a2636b0713d946292172052ae47543952c125 # Parent 8655d0d228b1f0601f5dec0627115f4c15dcce28 use the more stable NEWTYPE critsect code diff -r 8655d0d228b1 -r be9a2636b071 loader/win32.c --- a/loader/win32.c Sun Nov 10 20:16:49 2002 +0000 +++ b/loader/win32.c Sun Nov 10 21:04:10 2002 +0000 @@ -1160,8 +1160,8 @@ }; /* 'NEWTYPE' is working with VIVO and 3ivX dll (no more segfaults) -- alex */ -#undef CRITSECS_NEWTYPE -//#define CRITSECS_NEWTYPE 1 +//#undef CRITSECS_NEWTYPE +#define CRITSECS_NEWTYPE 1 #ifdef CRITSECS_NEWTYPE #define CRITSECS_LIST_MAX 20