summaryrefslogtreecommitdiff
path: root/include/m_system.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-07-02 19:04:21 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-07-02 19:04:21 +0000
commit209e1040e34c50e424a7aa0a7c860c7fc279a76f (patch)
tree96742a262043ca7155d75414ae48b3907f3e2881 /include/m_system.h
parent755eaef1f61577c44a9305fb7db3dd25990de52c (diff)
group menu services moved to core
git-svn-id: http://svn.miranda-ng.org/main/trunk@14472 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_system.h')
-rw-r--r--include/m_system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_system.h b/include/m_system.h
index d29911c99f..2065a13813 100644
--- a/include/m_system.h
+++ b/include/m_system.h
@@ -197,7 +197,7 @@ of shutting down
*/
#define MS_SYSTEM_GETBUILDSTRING "Miranda/GetBuildString"
-#ifdef _STATIC
+#ifdef MIR_APP_EXPORTS
INT_PTR MirandaIsTerminated(WPARAM, LPARAM);
__forceinline INT_PTR Miranda_Terminated(void)