fix "unreferenced" warnings

This commit is contained in:
Chris Danford
2005-11-07 01:26:36 +00:00
parent b206a38b5d
commit 37d06f63c2
+2 -11
View File
@@ -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