Define _WIN32_IE for mingw builds. Fixing bustage.

Thanks to Sebastian Tusk <bugzilla.20.scyt@spamgourmet.com> for the patch.
Bug #297999 r=cls a=asa
This commit is contained in:
cls%seawood.org 2005-06-17 20:57:56 +00:00
Родитель 60cad15d59
Коммит 17c630e890
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -68,6 +68,7 @@ ifndef GNU_CC
RCFLAGS += -I$(srcdir)
else
RCFLAGS += --include-dir $(srcdir)
DEFINES += -D_WIN32_IE=0x300
endif
endif