mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 20:47:14 +02:00
Fix MSVC compile error
This commit is contained in:
@ -390,7 +390,7 @@ namespace
|
||||
boost::winapi::MAKELANGID_(boost::winapi::LANG_NEUTRAL_,
|
||||
boost::winapi::SUBLANG_DEFAULT_), // Default language
|
||||
&buf[0],
|
||||
static_cast<DWORD>(buf.size()),
|
||||
static_cast<boost::winapi::DWORD_>(buf.size()),
|
||||
NULL
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user