summaryrefslogtreecommitdiff
path: root/include/m_core.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-29 09:38:03 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-29 09:38:03 +0000
commit5c1a2b328f0f75669de0f7660e8425199ba89d6b (patch)
treeb2dd79e36856a898a917a3cde251f6afe3b945fd /include/m_core.h
parenteeac55c3eea2af3b4af704378d7feb20edab950d (diff)
- eliminated crash in Punto Switcher's dll during exit;
- removed references to the callee's local thread data in QueueUserAPC; git-svn-id: http://svn.miranda-ng.org/main/trunk@683 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_core.h')
-rw-r--r--include/m_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_core.h b/include/m_core.h
index fc0134a621..14c72c0a37 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -503,6 +503,8 @@ __forceinline char* mir_utf8decodeA(const char* src)
///////////////////////////////////////////////////////////////////////////////
+MIR_CORE_DLL(void) UnloadCoreModule(void);
+
#if defined(__cplusplus)
}
#endif