diff options
Diffstat (limited to 'include/m_core.h')
-rw-r--r-- | include/m_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_core.h b/include/m_core.h index 2a55341499..ec51cac5a8 100644 --- a/include/m_core.h +++ b/include/m_core.h @@ -315,7 +315,7 @@ MIR_CORE_DLL(int) mir_vsnwprintf(wchar_t *buffer, size_t count, const wchar_t struct PROTO_INTERFACE;
-MIR_APP_DLL(INT_PTR) ProtoBroadcastAck(const char *szModule, MCONTACT hContact, int type, int result, HANDLE hProcess, LPARAM lParam);
+MIR_APP_DLL(INT_PTR) ProtoBroadcastAck(const char *szModule, MCONTACT hContact, int type, int result, HANDLE hProcess, LPARAM lParam = 0);
// avatar support functions
|