summaryrefslogtreecommitdiff
path: root/plugins/BuddyPounce/src/headers.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-03-21 08:55:26 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-03-21 08:55:26 +0000
commit1042cf12dbcf9c8a6d413326e81d821715538938 (patch)
tree1a87247d064c3ca2d34c59cd0375cb219bc04c4e /plugins/BuddyPounce/src/headers.h
parent0637e471574101b4a3dcb201e0d797428100d89b (diff)
plugin unicoded
git-svn-id: http://svn.miranda-ng.org/main/trunk@4136 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/BuddyPounce/src/headers.h')
-rw-r--r--plugins/BuddyPounce/src/headers.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/plugins/BuddyPounce/src/headers.h b/plugins/BuddyPounce/src/headers.h
index a2c3399063..de87db585b 100644
--- a/plugins/BuddyPounce/src/headers.h
+++ b/plugins/BuddyPounce/src/headers.h
@@ -8,13 +8,14 @@
#include <commctrl.h>
#include <time.h>
-#include "newpluginapi.h"
-#include "m_clist.h"
-#include "m_langpack.h"
-#include "m_database.h"
-#include "m_protocols.h"
-#include "m_options.h"
-#include "m_protosvc.h"
+#include <newpluginapi.h>
+#include <m_clist.h>
+#include <m_langpack.h>
+#include <m_database.h>
+#include <m_protocols.h>
+#include <m_options.h>
+#include <m_protosvc.h>
+#include <win2k.h>
#include "resource.h"
#include "Version.h"
@@ -53,7 +54,7 @@ struct windowInfo {
struct SendPounceDlgProcStruct {
HANDLE hContact;
int timer;
- char *message;
+ TCHAR *message;
};
extern HINSTANCE hInst;
@@ -63,7 +64,7 @@ extern HINSTANCE hInst;
//=======================================================
// main.c
-void SendPounce(char* text, HANDLE hContact);
+void SendPounce(TCHAR* text, HANDLE hContact);
//dialog.c
INT_PTR CALLBACK BuddyPounceDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);