mirror of
https://github.com/boostorg/config.git
synced 2026-01-26 06:22:39 +00:00
Added support for _WIN32_WCE.
[SVN r40293]
This commit is contained in:
@@ -128,6 +128,7 @@ void print_compiler_macros()
|
||||
PRINT_MACRO(__WIN32__);
|
||||
PRINT_MACRO(_WIN32);
|
||||
PRINT_MACRO(_WIN64);
|
||||
PRINT_MACRO(_WIN32_WCE);
|
||||
PRINT_MACRO(WIN32);
|
||||
PRINT_MACRO(_RTLDLL);
|
||||
PRINT_MACRO(__DEBUG);
|
||||
|
||||
Reference in New Issue
Block a user