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:
parent
5db3e30206
commit
0fd9346130
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue