diff options
Diffstat (limited to 'plugins/BuddyPounce/src/stdafx.h')
-rw-r--r-- | plugins/BuddyPounce/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/BuddyPounce/src/stdafx.h b/plugins/BuddyPounce/src/stdafx.h index 5174042431..1187a52a6f 100644 --- a/plugins/BuddyPounce/src/stdafx.h +++ b/plugins/BuddyPounce/src/stdafx.h @@ -56,7 +56,7 @@ struct SendPounceDlgProcStruct {
MCONTACT hContact;
int timer;
- TCHAR *message;
+ wchar_t *message;
};
extern HINSTANCE hInst;
@@ -66,7 +66,7 @@ extern HINSTANCE hInst; //=======================================================
// main.c
-void SendPounce(TCHAR* text, MCONTACT hContact);
+void SendPounce(wchar_t* text, MCONTACT hContact);
//dialog.c
INT_PTR CALLBACK BuddyPounceDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
|