windows: remove _CRTIMP and _NTSDK definitions

Those have no effects with current windows SDKs.

Change-Id: I6fb2f8045fe1fc0ed4beef51dde487b7a7dfdc28
This commit is contained in:
Thomas Arnhold 2013-11-05 09:27:46 +01:00
parent 5084e2b313
commit 5811602287
10 changed files with 0 additions and 18 deletions

View file

@ -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>

View file

@ -9,10 +9,6 @@
$(eval $(call gb_Executable_Executable,lngconvex))
$(eval $(call gb_Executable_add_defs,lngconvex,\
-D_NTSDK \
))
$(eval $(call gb_Executable_use_external,lngconvex,boost_headers))
$(eval $(call gb_Executable_use_sdk_api,lngconvex))

View file

@ -18,7 +18,6 @@ $(eval $(call gb_Library_add_defs,ooofilt,\
-DISOLATION_AWARE_ENABLED \
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_NTSDK \
-D_UNICODE \
))
$(eval $(call gb_Library_add_defs,ooofilt,\

View file

@ -24,7 +24,6 @@ $(eval $(call gb_Library_add_defs,ooofilt_x64,\
-DISOLATION_AWARE_ENABLED \
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_NTSDK \
-D_UNICODE \
-UNOMINMAX \
))

View file

@ -18,7 +18,6 @@ $(eval $(call gb_Library_add_defs,propertyhdl,\
-DISOLATION_AWARE_ENABLED \
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_NTSDK \
-D_UNICODE \
-UNOMINMAX \
))

View file

@ -24,7 +24,6 @@ $(eval $(call gb_Library_add_defs,propertyhdl_x64,\
-DISOLATION_AWARE_ENABLED \
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_NTSDK \
-D_UNICODE \
-UNOMINMAX \
))

View file

@ -18,7 +18,6 @@ $(eval $(call gb_Library_add_defs,shlxthdl,\
-DISOLATION_AWARE_ENABLED \
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_NTSDK \
-D_UNICODE \
-UNOMINMAX \
))

View file

@ -24,7 +24,6 @@ $(eval $(call gb_Library_add_defs,shlxthdl_x64,\
-DISOLATION_AWARE_ENABLED \
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_NTSDK \
-D_UNICODE \
-UNOMINMAX \
))

View file

@ -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,\

View file

@ -24,7 +24,6 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common_x64,\
-DISOLATION_AWARE_ENABLED \
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_NTSDK \
-D_UNICODE \
))
$(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common_x64,\