summaryrefslogtreecommitdiff
path: root/shell/source/win32/shlxthandler/prophdl/makefile.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-08 13:36:31 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-12 08:53:46 +0100
commit2c5a817591bee01825de1e2885e55a3bd9d22a15 (patch)
tree2c512c4b83cd529b858daecb0008b037215b7574 /shell/source/win32/shlxthandler/prophdl/makefile.mk
parent064d8f1405a6b64766eee3d73136eb2f3acc7509 (diff)
WaE: "_WIN32_WINNT" redefined
Diffstat (limited to 'shell/source/win32/shlxthandler/prophdl/makefile.mk')
-rw-r--r--shell/source/win32/shlxthandler/prophdl/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/source/win32/shlxthandler/prophdl/makefile.mk b/shell/source/win32/shlxthandler/prophdl/makefile.mk
index 0dc48af1bfe5..64d83a68a4bd 100644
--- a/shell/source/win32/shlxthandler/prophdl/makefile.mk
+++ b/shell/source/win32/shlxthandler/prophdl/makefile.mk
@@ -49,11 +49,11 @@ ALL :
UWINAPILIB =
UWINAPILIB_X64 =
-CFLAGS+=-DISOLATION_AWARE_ENABLED -DWIN32_LEAN_AND_MEAN -DXML_UNICODE -D_NTSDK -DUNICODE -D_UNICODE -D_WIN32_WINNT=0x0501
+CFLAGS+=-DISOLATION_AWARE_ENABLED -DWIN32_LEAN_AND_MEAN -DXML_UNICODE -D_NTSDK -DUNICODE -D_UNICODE
.IF "$(COM)" == "MSC"
CFLAGS+=-wd4710 -wd4711 -wd4514 -wd4619 -wd4217 -wd4820 -wd4100
.ENDIF
-CDEFS+=-D_WIN32_IE=0x501
+CDEFS+=-U_WIN32_IE -D_WIN32_IE=0x501 -U_WIN32_WINNT -D_WIN32_WINNT=0x0501
# --- Files --------------------------------------------------------