Only #define WIN32_LOADER if it has not been #defined already, fixes warning:

loader/win32.c:27:1: warning: "WIN32_LOADER" redefined


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30689 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-21 22:14:11 +00:00
parent 49b8b80199
commit 4d6d266521
1 changed files with 2 additions and 0 deletions

View File

@ -24,7 +24,9 @@ for DLL to know too much about its environment.
/* 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