Explorar el Código

Patched to compile.

Ryan C. Gordon hace 18 años
padre
commit
5c5e3d7e14
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      platform/windows.c

+ 1 - 1
platform/windows.c

@@ -256,7 +256,7 @@ static HANDLE WINAPI fallbackCreateFileW(LPCWSTR fname,
 } /* fallbackCreateFileW */
 
 
-#if (PHYSFS_MINIMUM_GCC_VERSION(3,3))
+#if PHYSFS_MINIMUM_GCC_VERSION(3,3)
     typedef FARPROC __attribute__((__may_alias__)) PHYSFS_FARPROC;
 #else
     typedef FARPROC PHYSFS_FARPROC;