]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - qtypes.h
-Increased MAX_LIGHTSTYLES to 256.
[xonotic/darkplaces.git] / qtypes.h
index 480b1e7fd6a4583e81e0065049b578dc10775cc8..4e82c72a7a97ed73563217437faa7bbd1c1d2b7f 100644 (file)
--- a/qtypes.h
+++ b/qtypes.h
@@ -9,7 +9,7 @@ typedef unsigned char qbyte;
 
 typedef enum {false, true} qboolean;
 
-#ifdef WIN32
+#if defined(WIN32) && !defined(WIN64)
 # define ssize_t long
 #endif