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

dont need these undefs anymore

This commit is contained in:
Dwight Merriman 2010-04-24 14:40:22 -04:00
parent d11dad41b7
commit eee1ce9b3d
2 changed files with 8 additions and 7 deletions

View File

@ -19,6 +19,10 @@
// #pragma once // this file is intended to be processed multiple times
/** MONGO_EXPOSE_MACROS - when defined, indicates that you are compiling a mongo program rather
than just using the C++ driver.
*/
#if !defined(MONGO_EXPOSE_MACROS) && !defined(MONGO_MACROS_CLEANED)
// util/allocator.h
@ -28,10 +32,7 @@
// util/assert_util.h
#undef assert
#undef dassert
#undef massert
#undef uassert
#undef wassert
#undef ASSERT_STREAM_GOOD
#undef BOOST_CHECK_EXCEPTION
#undef DESTRUCTOR_GUARD
@ -43,10 +44,6 @@
#undef localtime
#undef ctime
// util/log.h
#undef OUTPUT_ERRNOX
#undef OUTPUT_ERRNO
// util/debug_util.h
#undef WIN
#undef DEV

View File

@ -1018,6 +1018,10 @@
RelativePath="..\client\syncclusterconnection.cpp"
>
</File>
<File
RelativePath="..\client\undef_macros.h"
>
</File>
</Filter>
<Filter
Name="db"