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:
anders_k 2011-03-13 20:31:20 +00:00
parent d4c58392e7
commit c47d4b12f7
2 changed files with 42 additions and 42 deletions

View file

@ -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