mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 19:10:36 +00:00
4ea62afeaf
to include <windows.h>, the mother of all Windows include files. Specifically, in MSVC 6.0, <windef.h> sets WINVER to 0x0500 while <windows.h> sets it to 0x0400 if that macro is not defined. But 0x0500 means NT 5.0 and Win 98, and NT 5.0 is not released yet. To build a retail application right now, we have to set WINVER to 0x0400.