diff options
author | Dwight <dwight@10gen.com> | 2010-06-03 15:00:09 -0400 |
---|---|---|
committer | Dwight <dwight@10gen.com> | 2010-06-03 15:00:09 -0400 |
commit | 89536fd4b1b0c64f9fcc6173d539cf52590a6a95 (patch) | |
tree | afb893cfe1bfae91c01400b8a56abe804c709e3e /pch.h | |
parent | 0e0ef6000f4a44c35533c3c79ca5ec82c92506b7 (diff) | |
download | mongo-89536fd4b1b0c64f9fcc6173d539cf52590a6a95.tar.gz |
moving towards less in makefiles.
Diffstat (limited to 'pch.h')
-rw-r--r-- | pch.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -22,6 +22,14 @@ #if defined(MONGO_EXPOSE_MACROS) #define JS_C_STRINGS_ARE_UTF8 +#undef _UNICODE +#define _UNICODE +#undef UNICODE +#define UNICODE +#undef SUPPORT_UCP +#define SUPPORT_UCP +#undef SUPPORT_UTF8 +#define SUPPORT_UTF8 #endif #if defined(_WIN32) |