Skip to content

Commit f9c8e21

Browse files
tamlin-mikeXottab-DUTY
authored andcommitted
cxImage/ximacfg.h compile-time dependency tweaking.
1 parent cd313f0 commit f9c8e21

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Externals/cximage/ximacfg.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ extern "C" void* cxrealloc(void* ptr, size_t size);
99

1010
#include "xrCore/xrCore.h"
1111

12+
#ifdef _MSC_VER // TODO: Remove this and instead depend on VS project "References"?
1213
#pragma comment(lib,"libjpeg.lib")
1314
#pragma comment(lib,"xrCore.lib")
14-
15-
#ifdef DEBUG
16-
#include "xrCore/ftimer.h"
17-
#endif //#ifdef DEBUG
15+
#endif
1816

1917
#ifdef CXIMAGE_BUILD
2018
# define CXIMAGE_API __declspec(dllexport)

0 commit comments

Comments
 (0)