From 1be8e9241b66075aa4b42e5c14f93fac1b86f4f1 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 11 Sep 2001 11:06:44 +0000 Subject: [PATCH] Previous update broke non-win32 support, now fixed. [SVN r11094] --- include/boost/regex/detail/fileiter.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/regex/detail/fileiter.hpp b/include/boost/regex/detail/fileiter.hpp index 1325ed5e..09d24e68 100644 --- a/include/boost/regex/detail/fileiter.hpp +++ b/include/boost/regex/detail/fileiter.hpp @@ -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