[MPlayer-cvslog] r30545 - trunk/loader/win32.c

diego subversion at mplayerhq.hu
Fri Feb 12 15:25:25 CET 2010


Author: diego
Date: Fri Feb 12 15:25:25 2010
New Revision: 30545

Log:
Explain WIN32_LOADER definition hack.

Modified:
   trunk/loader/win32.c

Modified: trunk/loader/win32.c
==============================================================================
--- trunk/loader/win32.c	Fri Feb 12 15:10:21 2010	(r30544)
+++ trunk/loader/win32.c	Fri Feb 12 15:25:25 2010	(r30545)
@@ -21,6 +21,9 @@ for DLL to know too much about its envir
 
 #define REALPLAYER
 //#define LOADLIB_TRY_NATIVE
+
+/* Hack to make sure the correct function declaration in com.h is used when
+ * this file is built for the test applications with WIN32_LOADER disabled. */
 #define WIN32_LOADER
 
 #ifdef CONFIG_QTX_CODECS


More information about the MPlayer-cvslog mailing list