summaryrefslogtreecommitdiff
path: root/include/m_system.h
diff options
context:
space:
mode:
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)