Kaydet (Commit) 1eec5566 authored tarafından Peter Foley's avatar Peter Foley Kaydeden (comit) David Tardon

fix connectivity build with Win8 SDK

Change-Id: Id2308748f1301a1e1ccc68838c6a65b36a5ee008
üst 4dd53b38
......@@ -48,6 +48,12 @@ $(eval $(call gb_Library_use_system_win32_libs,ado,\
uuid \
))
ifeq ($(WINDOWS_SDK_VERSION),80)
$(eval $(call gb_Library_add_defs,ado,\
-DNTDDI_VERSION=0x0601 \
))
endif
$(eval $(call gb_Library_use_libraries,ado,\
cppu \
cppuhelper \
......
......@@ -26,6 +26,8 @@
#pragma warning(disable:4917)
#endif
#include <sdkddkver.h>
#define ADO_REDUCED_WARN_LEVEL
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment