Disallow STARTF_USESHOWWINDOW+SW_MAXIMIZE

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7289 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-08-04 17:10:36 +00:00
parent c28ef6a08b
commit a2641b17d8
9 changed files with 39 additions and 4 deletions

View file

@ -39,9 +39,12 @@ Header file for creating custom installer pages with nsDialogs
!define /ifndef WS_CLIPSIBLINGS 0x04000000
!define /ifndef WS_CLIPCHILDREN 0x02000000
!define /ifndef WS_MAXIMIZE 0x01000000
!define /ifndef WS_BORDER 0x00800000
!define /ifndef WS_VSCROLL 0x00200000
!define /ifndef WS_HSCROLL 0x00100000
!define /ifndef WS_GROUP 0x00020000
!define /ifndef WS_MINIMIZEBOX 0x00020000
!define /ifndef WS_MAXIMIZEBOX 0x00010000
!define /ifndef WS_TABSTOP 0x00010000
!define ES_LEFT 0x00000000