summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-06-21 14:03:22 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-06-21 14:03:22 +0000
commit1fefcd291a9c7c98a92340a04f0d7baad8f30dfa (patch)
tree311eedc3ea180646322548b863c022dfb48e877e /include
parent9cb64ba2151b213f5544b2e53c6668061f197b9c (diff)
KillModuleMenus exported from mir_app.dll
git-svn-id: http://svn.miranda-ng.org/main/trunk@14300 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r--include/m_genmenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_genmenu.h b/include/m_genmenu.h
index 8d204b64c5..1bcfd1581d 100644
--- a/include/m_genmenu.h
+++ b/include/m_genmenu.h
@@ -379,4 +379,6 @@ __forceinline HGENMENU MO_GetProtoRootMenu( const char* szProtoName )
return ( HGENMENU )CallService( MO_GETPROTOROOTMENU, ( WPARAM )szProtoName, 0 );
}
+EXTERN_C MIR_APP_DLL(void) KillModuleMenus(int hLangpack);
+
#endif