summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorDwight <dwight@10gen.com>2010-06-03 14:35:13 -0400
committerDwight <dwight@10gen.com>2010-06-03 14:35:13 -0400
commit0ad4e0a9e8beda460eda9272d0a4bd8498cf0f76 (patch)
treec8111f10a7496d040e9699d82343623d9cfce650 /pch.h
parent572c7439710663a5bdd7a7ecb62bb119aa59abbc (diff)
downloadmongo-0ad4e0a9e8beda460eda9272d0a4bd8498cf0f76.tar.gz
shouldnt have to define too many macros in the make files
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pch.h b/pch.h
index f50c750b4d9..f726bc05c0c 100644
--- a/pch.h
+++ b/pch.h
@@ -20,6 +20,10 @@
#pragma once
+#if defined(MONGO_EXPOSE_MACROS)
+#define JS_C_STRINGS_ARE_UTF8
+#endif
+
#if defined(_WIN32)
# define NOMINMAX
# include <winsock2.h> //this must be included before the first windows.h include