Prevent multiple inclusion of !defines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1182 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d5dfdb900b
commit
b0c4fb1ac4
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
; KiCHiK put together this list of WM_ messages.
|
||||
!ifndef WINMESSAGES_NSH
|
||||
!define WINMESSAGES_NSH
|
||||
|
||||
!define HWND_BROADCAST 0xFFFF
|
||||
|
||||
|
@ -164,3 +166,5 @@
|
|||
!define WM_IME_CHAR 0x286
|
||||
!define WM_IME_KEYDOWN 0x290
|
||||
!define WM_IME_KEYUP 0x291
|
||||
|
||||
!endif
|
Loading…
Add table
Add a link
Reference in a new issue