fix "unreferenced" warnings
This commit is contained in:
+2
-11
@@ -375,6 +375,7 @@ LangString TEXT_IO_INSTALL ${LANG_ITALIAN} "Install (I)"
|
|||||||
LangString TEXT_IO_PLAY ${LANG_ITALIAN} "Play (I)"
|
LangString TEXT_IO_PLAY ${LANG_ITALIAN} "Play (I)"
|
||||||
LangString TEXT_IO_REINSTALL ${LANG_ITALIAN} "Reinstall (I)"
|
LangString TEXT_IO_REINSTALL ${LANG_ITALIAN} "Reinstall (I)"
|
||||||
|
|
||||||
|
!ifdef SHOW_AUTORUN
|
||||||
Var hwnd ; Window handle of the custom page
|
Var hwnd ; Window handle of the custom page
|
||||||
|
|
||||||
Function ShowCustom
|
Function ShowCustom
|
||||||
@@ -444,6 +445,7 @@ Function LeaveCustom
|
|||||||
ShowWindow $1 1
|
ShowWindow $1 1
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
!endif
|
||||||
|
|
||||||
Function PreInstall
|
Function PreInstall
|
||||||
|
|
||||||
@@ -542,17 +544,6 @@ Function .onInit
|
|||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
;--------------------------------
|
|
||||||
;Descriptions
|
|
||||||
|
|
||||||
;USE A LANGUAGE STRING IF YOU WANT YOUR DESCRIPTIONS TO BE LANGAUGE SPECIFIC
|
|
||||||
|
|
||||||
;Assign descriptions to sections
|
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN
|
|
||||||
!insertmacro MUI_DESCRIPTION_TEXT ${SecMain} "A test section."
|
|
||||||
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
|
||||||
|
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Uninstaller Section
|
;Uninstaller Section
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user