We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd313f0 commit f9c8e21Copy full SHA for f9c8e21
src/Externals/cximage/ximacfg.h
@@ -9,12 +9,10 @@ extern "C" void* cxrealloc(void* ptr, size_t size);
9
10
#include "xrCore/xrCore.h"
11
12
+#ifdef _MSC_VER // TODO: Remove this and instead depend on VS project "References"?
13
#pragma comment(lib,"libjpeg.lib")
14
#pragma comment(lib,"xrCore.lib")
-
15
-#ifdef DEBUG
16
-#include "xrCore/ftimer.h"
17
-#endif //#ifdef DEBUG
+#endif
18
19
#ifdef CXIMAGE_BUILD
20
# define CXIMAGE_API __declspec(dllexport)
0 commit comments