mirror of
https://github.com/boostorg/regex.git
synced 2025-07-25 01:57:14 +02:00
Previous update broke non-win32 support, now fixed.
[SVN r11094]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user