]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - plugins/image/jpeg.cpp
8MB stack size linker options on all VC2008 proj files.
[xonotic/netradiant.git] / plugins / image / jpeg.cpp
index 66df32ffd0caf4c883871f14069811be85cae18f..5f1d0dc4864af4892906f8c47a10aed5b8a65a38 100644 (file)
@@ -34,6 +34,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 // Leonardo Zide (leo@lokigames.com)
 //
 
+#ifdef _WIN32
+// Ugly hack so that INT32 is defined before jmorecfg.h is parsed.
+#include <basetsd.h>
+#endif
+
 #include <stdio.h>
 #include <setjmp.h>
 #include <stdlib.h>