diff options
| author | George Hazan <ghazan@miranda.im> | 2019-08-03 19:37:15 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2019-08-03 19:37:15 +0300 |
| commit | a185b0078f635f7bc3a6e5fdf8579164732eb159 (patch) | |
| tree | b68c34caf0b387957502b2ba63b96736bd80cde5 /include | |
| parent | f38fdd5fa8c435c42e31fcc8f99c796515355067 (diff) | |
core part of CloseAction went to the core
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_system.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_system.h b/include/m_system.h index d7185749c2..761daf613a 100644 --- a/include/m_system.h +++ b/include/m_system.h @@ -112,6 +112,10 @@ EXTERN_C MIR_APP_DLL(bool) Miranda_IsTerminated(void); // if everyone acknowleges OK to exit then returns true, otherwise false
EXTERN_C MIR_APP_DLL(bool) Miranda_OkToExit(void);
+// Used by contact lists inside CloseAction
+// Waits for a permission to exit and destroys contact list
+EXTERN_C MIR_APP_DLL(void) Miranda_Close(void);
+
/*
wParam : 0
lParam : (address) void (__cdecl *callback) (void)
|
