summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-12 14:25:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-12 14:25:25 +0000
commitf34f239ccef8f7f74c389490c7dd5a1078a3e9d4 (patch)
tree2dd8ad1615af87c32a49704401cd3686f8873ff2 /loader
parent5b01485ea39ffb69d63fc53bc1420b8a87cc0c4e (diff)
downloadmpv-f34f239ccef8f7f74c389490c7dd5a1078a3e9d4.tar.bz2
mpv-f34f239ccef8f7f74c389490c7dd5a1078a3e9d4.tar.xz
Explain WIN32_LOADER definition hack.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30545 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader')
-rw-r--r--loader/win32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/win32.c b/loader/win32.c
index b09cb5a716..812815e699 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -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