diff options
Diffstat (limited to 'cosv/source/comphelp')
-rw-r--r-- | cosv/source/comphelp/badcast.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cosv/source/comphelp/badcast.cxx b/cosv/source/comphelp/badcast.cxx index 37a763967dc1..3f68f1c306c3 100644 --- a/cosv/source/comphelp/badcast.cxx +++ b/cosv/source/comphelp/badcast.cxx @@ -32,6 +32,11 @@ due to problems with WNT-STL-headers. */ +// If anybody who happens to read this has any idea what dark magic +// this is supposed to achieve, and whether it is needed or in any way +// relevant with MSVC2008 (or eventually newer), please add a +// comment... + #if defined(WNT) && !defined(__MINGW32__) #define _NTSDK |