mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 00:57:19 +02:00
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