mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 687389 - Fix MSVC 2010 warning C4005: '_WIN32_WINNT' : macro redefinition, for various files under accessible/public/*; r=khuey
This commit is contained in:
parent
e30a3cb472
commit
c45e298b6e
@ -49,7 +49,7 @@ IA2DIR = $(topsrcdir)/other-licenses/ia2
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DEFINES += -DREGISTER_PROXY_DLL -D_WIN32_WINNT=0x400
|
||||
DEFINES += -DREGISTER_PROXY_DLL
|
||||
|
||||
GARBAGE += $(MIDL_GENERATED_FILES)
|
||||
|
||||
|
@ -53,7 +53,7 @@ XPIDLSRCS = \
|
||||
nsIWinAccessNode.idl \
|
||||
$(NULL)
|
||||
|
||||
DEFINES += -DREGISTER_PROXY_DLL -D_WIN32_WINNT=0x400
|
||||
DEFINES += -DREGISTER_PROXY_DLL
|
||||
|
||||
GARBAGE += $(MIDL_GENERATED_FILES) done_gen dlldata.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user