# HG changeset patch # User diego # Date 1265984725 0 # Node ID 53be04353b9057243492bd1b1e061f5eb8c96bb1 # Parent a459aa73212f9c6f01a6d7f32580460c40c37bcd Explain WIN32_LOADER definition hack. diff -r a459aa73212f -r 53be04353b90 loader/win32.c --- a/loader/win32.c Fri Feb 12 14:10:21 2010 +0000 +++ b/loader/win32.c Fri Feb 12 14:25:25 2010 +0000 @@ -21,6 +21,9 @@ #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