Patched to compile on Windows.
This commit is contained in:
parent
84231feb0f
commit
bae1f440ba
|
@ -887,7 +887,7 @@ static int isSymlink(const WCHAR *wpath, const DWORD attr)
|
||||||
return 0; /* ...maybe the file just vanished...? */
|
return 0; /* ...maybe the file just vanished...? */
|
||||||
|
|
||||||
FindClose(h);
|
FindClose(h);
|
||||||
return (w32dw.dwReserved == PHYSFS_IO_REPARSE_TAG_SYMLINK);
|
return (w32dw.dwReserved0 == PHYSFS_IO_REPARSE_TAG_SYMLINK);
|
||||||
} /* isSymlink */
|
} /* isSymlink */
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue