Defend against VER_PLATFORM_WIN32_NT conflict
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6143 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d4c58392e7
commit
c47d4b12f7
2 changed files with 42 additions and 42 deletions
|
@ -158,8 +158,8 @@
|
|||
!define OSVERSIONINFO_SIZE 148 ; OSVERSIONINFOA
|
||||
!define OSVERSIONINFOEX_SIZE 156 ; OSVERSIONINFOEXA
|
||||
!endif
|
||||
!define VER_PLATFORM_WIN32_NT 2
|
||||
!define VER_NT_WORKSTATION 1
|
||||
!define /ifndef VER_PLATFORM_WIN32_NT 2
|
||||
!define /ifndef VER_NT_WORKSTATION 1
|
||||
|
||||
!define SM_TABLETPC 86
|
||||
!define SM_MEDIACENTER 87
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue