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/services.h | |
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/services.h')
-rw-r--r-- | plugins/Popup/src/services.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Popup/src/services.h b/plugins/Popup/src/services.h index 1bd913342f..e27e6eb30a 100644 --- a/plugins/Popup/src/services.h +++ b/plugins/Popup/src/services.h @@ -26,6 +26,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. extern int num_classes; //for core class api support
+INT_PTR Popup_AddPopup(WPARAM, LPARAM);
INT_PTR Popup_AddPopupW(WPARAM, LPARAM);
INT_PTR Popup_AddPopup2(WPARAM, LPARAM);
@@ -37,6 +38,7 @@ INT_PTR Popup_ChangeTextW(WPARAM, LPARAM); INT_PTR Popup_ChangeW(WPARAM, LPARAM);
INT_PTR Popup_Change2(WPARAM, LPARAM);
+INT_PTR Popup_ShowMessage(WPARAM, LPARAM);
INT_PTR Popup_ShowMessageW(WPARAM, LPARAM);
INT_PTR Popup_Query(WPARAM, LPARAM);
|