]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - qtypes.h
change a few WIN64 checks to _WIN64 (which actually works), and remove
[xonotic/darkplaces.git] / qtypes.h
index 7c525a69c234b731324103548da6f30116e836cb..a94578576cee3aa8ddc38f51fe0cecb3424f7f0d 100644 (file)
--- a/qtypes.h
+++ b/qtypes.h
@@ -11,7 +11,7 @@ typedef enum qboolean_e {false, true} qboolean;
 typedef bool qboolean;
 #endif
 
-#if defined(WIN32) && !defined(WIN64)
+#if defined(WIN32)
 # define ssize_t long
 #endif