16 lines (14 with data), 639 Bytes
Extern winSize As RECT
Extern isFloating As UByte
Extern dontAsk As UByte
Extern correctPath As UByte
Extern alwaysShowFirst As UByte
Extern closeAllHelpOnExit As UByte
Extern defHelpHome As ZString * MAX_PATH+1
Extern helpIgnoreErrorsList As ZString * MAX_PATH+1
Extern pdfViewer As ZString * MAX_PATH+1
Declare Sub SaveSettings( )
Declare Sub OpenSettings( )
Declare Sub SettingsDialog( ByVal As HWND )
Declare Function SettingsProc( ByVal As HWND, ByVal As UINT, ByVal As WPARAM, ByVal As LPARAM ) As Bool
Declare Function HelpIgnoreErrorsProc( ByVal As HWND, ByVal As UINT, ByVal As WPARAM, ByVal As LPARAM ) As Bool