summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-06-03 15:00:09 -0400
committerDwight <dwight@10gen.com>2010-06-03 15:00:09 -0400
commit89536fd4b1b0c64f9fcc6173d539cf52590a6a95 (patch)
treeafb893cfe1bfae91c01400b8a56abe804c709e3e /pch.h
parent0e0ef6000f4a44c35533c3c79ca5ec82c92506b7 (diff)
downloadmongo-89536fd4b1b0c64f9fcc6173d539cf52590a6a95.tar.gz
moving towards less in makefiles.
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pch.h b/pch.h
index f726bc05c0c..da569083a13 100644
--- a/pch.h
+++ b/pch.h
@@ -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)