CVS: 0_90/loader win32.c,1.76,1.77
Update of /cvsroot/mplayer/0_90/loader In directory mail:/var/tmp.root/cvs-serv28289 Modified Files: win32.c Log Message: backport: hack for truespeech (tsd32.dll) Index: win32.c =================================================================== RCS file: /cvsroot/mplayer/0_90/loader/win32.c,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- win32.c 10 Mar 2003 15:54:37 -0000 1.76 +++ win32.c 17 Mar 2003 00:56:04 -0000 1.77 @@ -5089,7 +5089,10 @@ } } -#ifdef LOADLIB_TRY_NATIVE +#ifndef LOADLIB_TRY_NATIVE + /* hack for truespeech */ + if (!strcmp(library, "tsd32.dll")) +#endif /* ok, this is a hack, and a big memory leak. should be fixed. - alex */ { int hand; @@ -5117,7 +5120,6 @@ hand, func); return func; } -#endif no_dll: if(pos>150)return 0;
participants (1)
-
Arpi of Ize