changed: disable boost std::atomic use by default
[opensg.git] / Support / opennurbs / 03_system.patch
blobc3475fbc0ac7f8aa0b976d51905491a66401d230
1 --- opennurbs_system.h 2011-11-28 10:58:56.000000000 +0800
2 +++ patched/opennurbs_system.h 2012-09-03 18:57:57.000000000 +0800
3 @@ -290,7 +290,7 @@
4 #define NULL 0
5 #endif
7 -#if !defined(_WCHAR_T_DEFINED)
8 +#if !defined(_WCHAR_T_DEFINED) && !defined(__WCHAR_TYPE__)
9 // If you are using VC7/.NET and are having trouble linking
10 // to functions that have whcar_t types in arguments, then
11 // read the documentation about the wchar_t type and