From 581160228741358f4768ac6f25023a7887efb5f7 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Tue, 5 Nov 2013 09:27:46 +0100 Subject: windows: remove _CRTIMP and _NTSDK definitions Those have no effects with current windows SDKs. Change-Id: I6fb2f8045fe1fc0ed4beef51dde487b7a7dfdc28 --- sal/cpprt/operators_new_delete.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sal') diff --git a/sal/cpprt/operators_new_delete.cxx b/sal/cpprt/operators_new_delete.cxx index 2b53ffac6119..71abf0071932 100644 --- a/sal/cpprt/operators_new_delete.cxx +++ b/sal/cpprt/operators_new_delete.cxx @@ -17,12 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -#ifdef _MSC_VER /* avoid 'std::bad_alloc' unresolved externals */ -#define _CRTIMP -#define _NTSDK -#endif - #include #include #include -- cgit v1.2.3