Mercurial > mplayer.hg
changeset 8141:be9a2636b071
use the more stable NEWTYPE critsect code
author | arpi |
---|---|
date | Sun, 10 Nov 2002 21:04:10 +0000 |
parents | 8655d0d228b1 |
children | fd991102dd60 |
files | loader/win32.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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