r938 - trunk/platform

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Mar 12 17:35:55 EDT 2008


Author: icculus
Date: 2008-03-12 17:35:54 -0400 (Wed, 12 Mar 2008)
New Revision: 938

Modified:
   trunk/platform/windows.c
Log:
Patched to compile.


Modified: trunk/platform/windows.c
===================================================================
--- trunk/platform/windows.c	2008-03-12 21:22:22 UTC (rev 937)
+++ trunk/platform/windows.c	2008-03-12 21:35:54 UTC (rev 938)
@@ -256,7 +256,7 @@
 } /* 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;




More information about the physfs-commits mailing list