Navigation Menu

Skip to content

Commit

Permalink
Patched to compile on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 9, 2017
1 parent 84231fe commit bae1f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform_windows.c
Expand Up @@ -887,7 +887,7 @@ static int isSymlink(const WCHAR *wpath, const DWORD attr)
return 0; /* ...maybe the file just vanished...? */

FindClose(h);
return (w32dw.dwReserved == PHYSFS_IO_REPARSE_TAG_SYMLINK);
return (w32dw.dwReserved0 == PHYSFS_IO_REPARSE_TAG_SYMLINK);
} /* isSymlink */


Expand Down

0 comments on commit bae1f44

Please sign in to comment.