1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 04:58:06 +00:00

Explain WIN32_LOADER definition hack.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30545 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-12 14:25:25 +00:00
parent 5b01485ea3
commit f34f239cce

View File

@ -21,6 +21,9 @@ for DLL to know too much about its environment.
#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