comparison loader/win32.c @ 8393:08e71f6a7531

it seems that old CS is working better than newtype now... :)
author arpi
date Sat, 07 Dec 2002 20:02:29 +0000
parents 780d0e226ac5
children fb88ccbc5ccc
comparison
equal deleted inserted replaced
8392:8d99e38766d0 8393:08e71f6a7531
1242 CRITICAL_SECTION *cs_win; 1242 CRITICAL_SECTION *cs_win;
1243 struct CRITSECT *cs_unix; 1243 struct CRITSECT *cs_unix;
1244 }; 1244 };
1245 1245
1246 /* 'NEWTYPE' is working with VIVO, 3ivX and QTX dll (no more segfaults) -- alex */ 1246 /* 'NEWTYPE' is working with VIVO, 3ivX and QTX dll (no more segfaults) -- alex */
1247 //#undef CRITSECS_NEWTYPE 1247 #undef CRITSECS_NEWTYPE
1248 #define CRITSECS_NEWTYPE 1 1248 //#define CRITSECS_NEWTYPE 1
1249 1249
1250 #ifdef CRITSECS_NEWTYPE 1250 #ifdef CRITSECS_NEWTYPE
1251 /* increased due to ucod needs more than 32 entries */ 1251 /* increased due to ucod needs more than 32 entries */
1252 /* and 64 should be enough for everything */ 1252 /* and 64 should be enough for everything */
1253 #define CRITSECS_LIST_MAX 64 1253 #define CRITSECS_LIST_MAX 64