diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:27:46 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-11-05 09:28:55 +0100 |
commit | 581160228741358f4768ac6f25023a7887efb5f7 (patch) | |
tree | 538d1192d70d88b69c5b241961e4b35cd41d61f1 /shell/StaticLibrary_shlxthandler_common.mk | |
parent | 5084e2b313ef4c4a126f704e1d5397f20a3d4254 (diff) |
windows: remove _CRTIMP and _NTSDK definitions
Those have no effects with current windows SDKs.
Change-Id: I6fb2f8045fe1fc0ed4beef51dde487b7a7dfdc28
Diffstat (limited to 'shell/StaticLibrary_shlxthandler_common.mk')
-rw-r--r-- | shell/StaticLibrary_shlxthandler_common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/StaticLibrary_shlxthandler_common.mk b/shell/StaticLibrary_shlxthandler_common.mk index d2c9c8df5b22..1114b6a16fc0 100644 --- a/shell/StaticLibrary_shlxthandler_common.mk +++ b/shell/StaticLibrary_shlxthandler_common.mk @@ -18,7 +18,6 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common,\ -DISOLATION_AWARE_ENABLED \ -DUNICODE \ -DWIN32_LEAN_AND_MEAN \ - -D_NTSDK \ -D_UNICODE \ )) $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common,\ |