 | InDesign SDK 20.5 |
39 #undef check // Debugging.h defines a "check" macro that conflicts with some methods in boost 47 #if defined(DEBUG) && defined(NDEBUG) 48 #error DEBUG and NDEBUG are out of sync! 51 #if !defined(DEBUG) && !defined(NDEBUG) 52 #error DEBUG and NDEBUG are out of sync! // $$$ need to set NDEBUG in release builds 56 #if MSVC && defined(DEBUG) != defined(_DEBUG) 57 #error DEBUG and _DEBUG are out of sync! 61 #endif // K2DEBUGGING_H