Previous update broke non-win32 support, now fixed.

[SVN r11094]
This commit is contained in:
John Maddock
2001-09-11 11:06:44 +00:00
parent e60414a5e7
commit 1be8e9241b

View File

@ -117,8 +117,8 @@ bool _fi_FindClose(_fi_find_handle hFindFile);
#undef FindClose
#endif
#define FindFirstFile _fi_FindFirstFile
#define FindNextFile _fi_FindNextFile
#define FindFirstFileA _fi_FindFirstFile
#define FindNextFileA _fi_FindNextFile
#define FindClose _fi_FindClose
#endif