summaryrefslogtreecommitdiff
path: root/setup_native/source/win32
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-20 16:24:42 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-20 16:33:26 +0100
commit806451556adcb010e1466d5bd1a170a35e36095d (patch)
tree193ae00fc5c029d34fceb437fbde2c8554306776 /setup_native/source/win32
parent1edb5b37d4f0b14714d2eccdeadf219eee58db11 (diff)
setup_native: warning C4005: macro redefinition
Change-Id: I34bea8aaedec8df47874c5230c87455aa1ce6883
Diffstat (limited to 'setup_native/source/win32')
-rw-r--r--setup_native/source/win32/customactions/sellang/sellang.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup_native/source/win32/customactions/sellang/sellang.cxx b/setup_native/source/win32/customactions/sellang/sellang.cxx
index 46b500b4b5cb..e9c4c5781d94 100644
--- a/setup_native/source/win32/customactions/sellang/sellang.cxx
+++ b/setup_native/source/win32/customactions/sellang/sellang.cxx
@@ -22,6 +22,7 @@
*/
#define MAX_LANGUAGES 200
+#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <msiquery.h>
#include <malloc.h>