From 5a16d189158c71db28c481a44706c73c83fd6e76 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 6 Dec 2017 19:22:19 +0300 Subject: KillModuleOptions - more handly helper than an event hook --- include/m_options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/m_options.h b/include/m_options.h index e89de0af08..bd1b3faea2 100644 --- a/include/m_options.h +++ b/include/m_options.h @@ -84,6 +84,8 @@ struct OPTIONSDIALOGPAGE EXTERN_C MIR_APP_DLL(int) Options_AddPage(WPARAM wParam, OPTIONSDIALOGPAGE *odp, int = hLangpack); +EXTERN_C MIR_APP_DLL(void) KillModuleOptions(int _hLang); + // The behaviour if the options dialog is already open is that it will just be // activated, the page won't be changed. This may change in the future. -- cgit v1.2.3