show window constants now in WinMessages.nsh
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1770 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
016870336b
commit
567d32c724
1 changed files with 0 additions and 18 deletions
|
@ -357,24 +357,6 @@
|
|||
!define GWL_USERDATA -21
|
||||
!define GWL_ID -12
|
||||
|
||||
; == Show Window ==
|
||||
|
||||
!define SW_HIDE 0
|
||||
!define SW_SHOWNORMAL 1
|
||||
!define SW_NORMAL 1
|
||||
!define SW_SHOWMINIMIZED 2
|
||||
!define SW_SHOWMAXIMIZED 3
|
||||
!define SW_MAXIMIZE 3
|
||||
!define SW_SHOWNOACTIVATE 4
|
||||
!define SW_SHOW 5
|
||||
!define SW_MINIMIZE 6
|
||||
!define SW_SHOWMINNOACTIVE 7
|
||||
!define SW_SHOWNA 8
|
||||
!define SW_RESTORE 9
|
||||
!define SW_SHOWDEFAULT 10
|
||||
!define SW_FORCEMINIMIZE 11
|
||||
!define SW_MAX 11
|
||||
|
||||
; == Window swap ==
|
||||
|
||||
!define SWP_NOSIZE 0x0001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue