diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-11 21:06:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-11 21:06:18 +0000 |
commit | 0277d4c33b9dfe0764603867e6c6d10c87096335 (patch) | |
tree | 394463d54fe258a29444e087959865d47549fc3f /plugins/Popup/src/main.cpp | |
parent | fe72fbef65b67f80d7577bf412a0993ed78f228e (diff) |
ansi stubs returned
git-svn-id: http://svn.miranda-ng.org/main/trunk@9436 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup/src/main.cpp')
-rw-r--r-- | plugins/Popup/src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index 57aec5bb5f..3f97bf29f9 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -376,6 +376,7 @@ MIRAPI int Load(void) //Service Functions
hEventNotify = CreateHookableEvent(ME_POPUP_FILTER);
+ CreateServiceFunction(MS_POPUP_ADDPOPUP, Popup_AddPopup);
CreateServiceFunction(MS_POPUP_ADDPOPUPW, Popup_AddPopupW);
CreateServiceFunction(MS_POPUP_ADDPOPUP2, Popup_AddPopup2);
@@ -387,6 +388,7 @@ MIRAPI int Load(void) CreateServiceFunction(MS_POPUP_GETCONTACT, Popup_GetContact);
CreateServiceFunction(MS_POPUP_GETPLUGINDATA, Popup_GetPluginData);
+ CreateServiceFunction(MS_POPUP_SHOWMESSAGE, Popup_ShowMessage);
CreateServiceFunction(MS_POPUP_SHOWMESSAGEW, Popup_ShowMessageW);
CreateServiceFunction(MS_POPUP_QUERY, Popup_Query);
|