summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-05 09:27:46 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-05 09:28:55 +0100
commit581160228741358f4768ac6f25023a7887efb5f7 (patch)
tree538d1192d70d88b69c5b241961e4b35cd41d61f1 /sal
parent5084e2b313ef4c4a126f704e1d5397f20a3d4254 (diff)
windows: remove _CRTIMP and _NTSDK definitions
Those have no effects with current windows SDKs. Change-Id: I6fb2f8045fe1fc0ed4beef51dde487b7a7dfdc28
Diffstat (limited to 'sal')
-rw-r--r--sal/cpprt/operators_new_delete.cxx6
1 files changed, 0 insertions, 6 deletions
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 <algorithm>
#include <new>
#include <string.h>