diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-02 19:04:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-02 19:04:21 +0000 |
commit | 209e1040e34c50e424a7aa0a7c860c7fc279a76f (patch) | |
tree | 96742a262043ca7155d75414ae48b3907f3e2881 /include/m_system.h | |
parent | 755eaef1f61577c44a9305fb7db3dd25990de52c (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.h | 2 |
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)
|