Explorar o código

Fixed 64-bit ints in LZMA SDK on Watcom C.

Ryan C. Gordon %!s(int64=8) %!d(string=hai) anos
pai
achega
7ab5cc52ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/physfs_lzmasdk.h

+ 1 - 1
src/physfs_lzmasdk.h

@@ -83,7 +83,7 @@ typedef unsigned long UInt64;
 
 #else
 
-#if defined(_MSC_VER) || defined(__BORLANDC__)
+#if defined(_MSC_VER) || defined(__BORLANDC__) || defined(__WATCOMC__)
 typedef __int64 Int64;
 typedef unsigned __int64 UInt64;
 #define UINT64_CONST(n) n