git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2352 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-03-22 15:31:21 +00:00
parent 4deb16c190
commit d0ae879778
2 changed files with 9 additions and 4 deletions

View file

@ -19,6 +19,8 @@
!define sysMessageBox "user32::MessageBoxA(i, t, t, i) i"
!define sysMessageBeep "user32::MessageBeep(i) i"
!define sysMessageBoxIndirect 'user32::MessageBoxIndirectA(i) i'
; HMODULE GetModuleHandle(LPCTSTR lpModuleName);