2
0
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:
John Maddock
2007-10-22 17:46:40 +00:00
parent ce659fb919
commit 2c9e75db4e

View File

@@ -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);