|
From: Andreas R. <and...@us...> - 2002-05-05 18:52:59
|
Update of /cvsroot/squeak/squeak/platforms/Cross/plugins/Mpeg3Plugin/libmpeg In directory usw-pr-cvs1:/tmp/cvs-serv20833/libmpeg Modified Files: mpeg3private.h Log Message: few fixes for MSVC builds of libmpeg Index: mpeg3private.h =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Cross/plugins/Mpeg3Plugin/libmpeg/mpeg3private.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** mpeg3private.h 24 Oct 2001 23:12:13 -0000 1.1.1.1 --- mpeg3private.h 5 May 2002 18:52:56 -0000 1.2 *************** *** 20,23 **** --- 20,28 ---- #endif + #ifdef _MSC_VER + /* disallow INLINE since those functions cannot be linked */ + #undef INLINE + #define INLINE + #endif /* use pthreads? */ |