Fixed do that code compiles on Win32 with _UNICODE defined

[SVN r11069]
This commit is contained in:
John Maddock
2001-09-08 12:01:30 +00:00
parent 139a2f60fb
commit b9628e449d

View File

@ -48,7 +48,7 @@
namespace boost{
namespace re_detail{
typedef WIN32_FIND_DATA _fi_find_data;
typedef WIN32_FIND_DATAA _fi_find_data;
typedef HANDLE _fi_find_handle;
} // namespace re_detail