corrected Windows 98 and Windows Me version number

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4801 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2006-10-31 22:29:08 +00:00
parent 5db3e30206
commit 0fd9346130

View file

@ -72,8 +72,8 @@
!include LogicLib.nsh
!define WINVER_95 0x400
!define WINVER_98 0x410
!define WINVER_ME 0x490
!define WINVER_98 0x40A ;4.10
!define WINVER_ME 0x45A ;4.90
!define WINVER_NT4 0x400
!define WINVER_2000 0x500