2008R2 is a server, so add the special bit
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5962 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2651dc3573
commit
c7c0e73df8
1 changed files with 2 additions and 2 deletions
|
@ -136,8 +136,8 @@
|
|||
!define WINVER_2008 0x06000001 ;6.00.6001
|
||||
!define WINVER_7_NT 0x86010000 ;6.01.????
|
||||
!define WINVER_7 0x06010000 ;6.01.????
|
||||
!define WINVER_2008R2_NT 0x86010000 ;6.01.????
|
||||
!define WINVER_2008R2 0x06010000 ;6.01.????
|
||||
!define WINVER_2008R2_NT 0x86010001 ;6.01.????
|
||||
!define WINVER_2008R2 0x06010001 ;6.01.????
|
||||
|
||||
|
||||
# use this to make all nt > 9x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue