diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-04-05 12:59:37 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-04-05 16:54:34 +0200 |
commit | d564c79e6d0780882845a28d8ab32f9eb3dee03b (patch) | |
tree | 0095866832c3b3106ebe3f332c8e473511791483 /shell/source/win32 | |
parent | 735a2cba30c55b5aff4883389f65255fb2d07458 (diff) |
shell: fix silly flags from 2c5a817591
Diffstat (limited to 'shell/source/win32')
-rw-r--r-- | shell/source/win32/shlxthandler/propsheets/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/shlxthandler/propsheets/makefile.mk b/shell/source/win32/shlxthandler/propsheets/makefile.mk index 1d67510852fa..08adff7bfe3b 100644 --- a/shell/source/win32/shlxthandler/propsheets/makefile.mk +++ b/shell/source/win32/shlxthandler/propsheets/makefile.mk @@ -41,7 +41,7 @@ CDEFS+=-U_WIN32_WINNT -D_WIN32_WINNT=0x0501 -U_WIN32_IE -D_WIN32_IE=0x501 CFLAGS+=-wd4710 -wd4711 -wd4514 -wd4619 -wd4217 -wd4820 CFLAGS_X64+=-DISOLATION_AWARE_ENABLED -DWIN32_LEAN_AND_MEAN -DXML_UNICODE -D_NTSDK -DUNICODE -D_UNICODE CFLAGS_X64+=-wd4710 -wd4711 -wd4514 -wd4619 -wd4217 -wd4820 -CDEFS_X64+=-U_WIN32_IE -D_WIN32_WINNT=0x0501 -U_WIN32_WINNT -D_WIN32_IE=0x501 +CDEFS_X64+=-U_WIN32_WINNT -D_WIN32_WINNT=0x0501 -U_WIN32_IE -D_WIN32_IE=0x501 .ENDIF .IF "$(SYSTEM_ZLIB)" == "YES" |