Skip to content

Commit

Permalink
Patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 12, 2008
1 parent 53a9169 commit 5c5e3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/windows.c
Expand Up @@ -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;
Expand Down

0 comments on commit 5c5e3d7

Please sign in to comment.