Patched to compile.

This commit is contained in:
Ryan C. Gordon 2008-03-12 21:35:54 +00:00
parent 53a9169400
commit 5c5e3d7e14
1 changed files with 1 additions and 1 deletions

View File

@ -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;