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

diego subversion at mplayerhq.hu
Sun Feb 21 23:14:12 CET 2010


Author: diego
Date: Sun Feb 21 23:14:11 2010
New Revision: 30689

Log:
Only #define WIN32_LOADER if it has not been #defined already, fixes warning:
loader/win32.c:27:1: warning: "WIN32_LOADER" redefined

Modified:
   trunk/loader/win32.c

Modified: trunk/loader/win32.c
==============================================================================
--- trunk/loader/win32.c	Sun Feb 21 22:00:08 2010	(r30688)
+++ trunk/loader/win32.c	Sun Feb 21 23:14:11 2010	(r30689)
@@ -24,7 +24,9 @@ for DLL to know too much about its envir
 
 /* 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. */
+#ifndef WIN32_LOADER
 #define WIN32_LOADER
+#endif
 
 #ifdef CONFIG_QTX_CODECS
 #define PSEUDO_SCREEN_WIDTH	/*640*/800


More information about the MPlayer-cvslog mailing list