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 83ed737 commit 354bfedCopy full SHA for 354bfed
Externals/cximage/ximacfg.h
@@ -4,13 +4,12 @@
4
#include <cstddef>
5
#endif
6
7
+#include "Common/Common.hpp"
8
extern "C" void* cxalloc(size_t size);
9
extern "C" void cxfree(void* ptr);
10
extern "C" void* cxrealloc(void* ptr, size_t size);
11
12
#ifdef CXIMAGE_AS_SHARED_LIBRARY //must be defined in Release_Shared configuration
-
13
-#include "Common/Common.hpp"
14
// XXX: dirty hack.
15
#undef max
16
#undef min
Externals/cximage/ximajpg.cpp
@@ -16,7 +16,7 @@
#undef XMD_H
17
18
#include "ximaiter.h"
19
+#include "ximacfg.h"
20
#include <setjmp.h>
21
22
struct jpg_error_mgr {
0 commit comments