mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-12 03:40:22 -05:00
10 lines
185 B
NSIS
10 lines
185 B
NSIS
;!include "nsDialogs.nsh"
|
|
|
|
Var waui.dialog
|
|
|
|
!macro WAUI_PAGE_STARTMENU
|
|
!include pages\waui_startmenu.nsh
|
|
PageEx custom
|
|
PageCallbacks nsPageWAStartMenu_Create
|
|
PageExEnd
|
|
!macroend |