summaryrefslogtreecommitdiffstats
path: root/sal/cpprt/operators_new_delete.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/cpprt/operators_new_delete.cxx')
-rw-r--r--sal/cpprt/operators_new_delete.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/cpprt/operators_new_delete.cxx b/sal/cpprt/operators_new_delete.cxx
index 1943d52c1dad..2b53ffac6119 100644
--- a/sal/cpprt/operators_new_delete.cxx
+++ b/sal/cpprt/operators_new_delete.cxx
@@ -18,10 +18,10 @@
*/
-#ifdef WNT /* avoid 'std::bad_alloc' unresolved externals */
+#ifdef _MSC_VER /* avoid 'std::bad_alloc' unresolved externals */
#define _CRTIMP
#define _NTSDK
-#endif /* WNT */
+#endif
#include <algorithm>
#include <new>