mirror of
https://github.com/boostorg/system.git
synced 2025-10-04 11:40:57 +02:00
Add separate headers for system-specific enums, thus reducing coupling. Suggested by Emil Dotchevski.
[SVN r41033]
This commit is contained in:
@@ -42,7 +42,7 @@ namespace
|
||||
BOOST_CHECK( ex.code().category() == system_category );
|
||||
# ifdef BOOST_WINDOWS_API
|
||||
LANGID language_id;
|
||||
# ifndef __MINGW32__
|
||||
# if !defined(__MINGW32__) && !defined(__CYGWIN__)
|
||||
language_id = ::GetUserDefaultUILanguage();
|
||||
# else
|
||||
language_id = 0x0409; // Assume US English
|
||||
|
Reference in New Issue
Block a user