forked from boostorg/regex
Fixed do that code compiles on Win32 with _UNICODE defined
[SVN r11069]
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user