Explorar el Código

os/2: Patched to compile (?).

Ryan C. Gordon hace 8 años
padre
commit
093dcb555b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/physfs_lzmasdk.h

+ 2 - 2
src/physfs_lzmasdk.h

@@ -1451,8 +1451,8 @@ static UInt32 CheckFlag(UInt32 flag)
 #endif
 
 #if defined(__WATCOMC__)
-static void __cpuid( int cpuinfo[4], uint32_t infotype );
-#pragma aux __cpuid =      \
+static void __cpuid(int *cpuinfo, const UInt32 infotype);
+#pragma aux __cpuid =     \
     ".586"                \
     "cpuid"               \
     "mov  [esi+0],eax"    \