Compile fixes

This commit is contained in:
Siana Gearz
2012-07-31 19:42:15 +02:00
parent c9715c5b0b
commit 783e86990c
2 changed files with 8 additions and 4 deletions

View File

@@ -39,7 +39,11 @@
#endif
#include <deque>
#define DEBUG_WINDOWS_CODE_ON_LINUX 1
// On linux, add -DDEBUG_WINDOWS_CODE_ON_LINUX to test the windows code used in this file.
#if !defined(DEBUG_WINDOWS_CODE_ON_LINUX) || !defined(LL_LINUX) || defined(LL_RELEASE)
#undef DEBUG_WINDOWS_CODE_ON_LINUX
#define DEBUG_WINDOWS_CODE_ON_LINUX 0
#endif
#if DEBUG_WINDOWS_CODE_ON_LINUX