Cleaning up build on gcc

This commit is contained in:
Michael Tryby
2019-04-03 10:29:10 -04:00
parent 207cc53b04
commit 9da7e9a81b
3 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
// F_OFF Must be a 8 byte / 64 bit integer for large file support
#ifdef _WIN32 // Windows (32-bit and 64-bit)
#ifdef _MSC_VER // Windows (32-bit and 64-bit)
#define F_OFF __int64
#else // Other platforms
#define F_OFF off_t