Kaydet (Commit) 0743ccea authored tarafından Peter Foley's avatar Peter Foley

define must be overridden on cmdline

Change-Id: If85a60d9db69ab96c8a77b7715fc2a51fcd7ba51
üst 0f6286ae
......@@ -534,6 +534,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
$(eval $(call gb_Library_add_defs,sd,\
-DENABLE_SDREMOTE_BLUETOOTH \
$(if $(filter MSC,$(COM)),-UMSC) \
))
endif
......
......@@ -28,7 +28,6 @@
#endif
#ifdef WIN32
#undef MSC // Unset a legacy define, as otherwise ws2bth.h breaks
#include <winsock2.h>
#include <ws2bth.h>
#endif
......
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