]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - qtypes.h
added a 64bif fs_offset_t type to clean up most of the mess
[xonotic/darkplaces.git] / qtypes.h
index 480b1e7fd6a4583e81e0065049b578dc10775cc8..24ab64b4a6a23f90aadea273d098efb4613da46c 100644 (file)
--- a/qtypes.h
+++ b/qtypes.h
@@ -9,7 +9,9 @@ typedef unsigned char qbyte;
 
 typedef enum {false, true} qboolean;
 
-#ifdef WIN32
+#ifdef WIN64
+# define ssize_t long long
+#elifdef WIN32
 # define ssize_t long
 #endif