0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

moving towards less in makefiles.

This commit is contained in:
Dwight 2010-06-03 15:00:09 -04:00
parent 0e0ef6000f
commit 89536fd4b1
2 changed files with 9 additions and 1 deletions

View File

@ -218,7 +218,7 @@ namespace mongo {
BSONObj o = fromjson("{\"initialsynccomplete\":1}");
Helpers::putSingleton("local.pair.sync", o);
initialsynccomplete = 1;
log() << "pair: initial sync complete" << endl;
tlog() << "pair: initial sync complete" << endl;
}
void setInitialSyncCompletedLocking() {

8
pch.h
View File

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