diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-09-26 19:32:36 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-09-26 19:32:36 +0000 |
commit | c797252e7c2829291a43301bf8d1c9485c95f888 (patch) | |
tree | 13414c16ce225f7580ef43f8062cc7a78cf544a8 /protocols/Skype/src/skype_proto.h | |
parent | c3f5a3edb0b04ead2e16a68e3c2bd8a1721667df (diff) |
- moved SkypeAccountProc DLGPROC callback to skype_dialogs.cpp
git-svn-id: http://svn.miranda-ng.org/main/trunk@1672 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 6967c918a9..414f104d3c 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -72,4 +72,6 @@ protected: INT_PTR __cdecl SvcCreateAccMgrUI(WPARAM wParam, LPARAM lParam);
void CreateProtoService(const char* szService, SkypeServiceFunc serviceProc);
+
+ static INT_PTR CALLBACK SkypeAccountProc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam);
};
\ No newline at end of file |