Преглед изворни кода

os/2: Patched to compile (?).

Ryan C. Gordon пре 8 година
родитељ
комит
093dcb555b
1 измењених фајлова са 2 додато и 2 уклоњено
  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"    \