mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
14 lines
332 B
C++
14 lines
332 B
C++
#define CXXTEST_MOCK_REAL_SOURCE_FILE
|
|
|
|
// Pull in the common config headers from precompiled.h,
|
|
// but disable the actual precompiling (since we've only got
|
|
// one source file)
|
|
#ifdef USING_PCH
|
|
# undef USING_PCH
|
|
#endif
|
|
#include "lib/precompiled.h"
|
|
|
|
#if OS_LINUX
|
|
#include "mocks/dlfcn.h"
|
|
#include "mocks/unistd.h"
|
|
#endif // OS_LINUX
|