]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.c
Gecko resizing support
[xonotic/darkplaces.git] / fs.c
diff --git a/fs.c b/fs.c
index a4d173c40233c2b90dde3edebbd9ba44ff4d4b06..8f66fe884efe43babe3c4fa69d18fe18d0506c22 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -22,9 +22,6 @@
                Boston, MA  02111-1307, USA
 */
 
-// on UNIX platforms we need to define this so that video saving does not cause a SIGFSZ (file size) signal when a video clip exceeds 2GB
-#define _FILE_OFFSET_BITS 64
-
 #include "quakedef.h"
 
 #include <limits.h>
 # define O_NONBLOCK 0
 #endif
 
+// largefile support for Win32
+#ifdef WIN32
+# define lseek _lseeki64
+#endif
 
 /*