# HG changeset patch # User diego # Date 1266790451 0 # Node ID cd9b192e2e2b1df5b899664c6a3c879dc08330cc # Parent 07a7bc5f94a8a0e0e8fddc59eff160e01b8b5703 Only #define WIN32_LOADER if it has not been #defined already, fixes warning: loader/win32.c:27:1: warning: "WIN32_LOADER" redefined diff -r 07a7bc5f94a8 -r cd9b192e2e2b loader/win32.c --- a/loader/win32.c Sun Feb 21 21:00:08 2010 +0000 +++ b/loader/win32.c Sun Feb 21 22:14:11 2010 +0000 @@ -24,7 +24,9 @@ /* 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