Kaydet (Commit) 80645155 authored tarafından Michael Stahl's avatar Michael Stahl

setup_native: warning C4005: macro redefinition

Change-Id: I34bea8aaedec8df47874c5230c87455aa1ce6883
üst 1edb5b37
......@@ -16,7 +16,6 @@ $(eval $(call gb_Library_use_custom_headers,sellangmsi,\
$(eval $(call gb_Library_add_defs,sellangmsi,\
-U_DLL \
-D_WIN32_WINNT=0x0502 \
-DWIN32_LEAN_AND_MEAN \
))
$(eval $(call gb_Library_add_cxxflags,sellangmsi,\
......
......@@ -22,6 +22,7 @@
*/
#define MAX_LANGUAGES 200
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <msiquery.h>
#include <malloc.h>
......
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