diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-01-14 14:56:30 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-01-14 14:56:30 +0000 |
commit | a56fe59ac345e61c04632dc20785e52aefd1c2e9 (patch) | |
tree | ecd1cd7354fb10ba2a4e87b178dd9a37963d1a0a /plugins/Ping/src/utils.h | |
parent | a34c99ddc7c283559896a473ef3c48a22226ab24 (diff) |
-Converted Ping to Unicode
-Fixed minor bugs (fixes #526)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7644 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping/src/utils.h')
-rw-r--r-- | plugins/Ping/src/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Ping/src/utils.h b/plugins/Ping/src/utils.h index 15d8a736e5..1cb3a19405 100644 --- a/plugins/Ping/src/utils.h +++ b/plugins/Ping/src/utils.h @@ -1,7 +1,7 @@ #ifndef _PING_UTILS
#define _PING_UTILS
-void __stdcall ShowPopup( const char* line1, const char* line2, int flags );
+void __stdcall ShowPopup(TCHAR *line1, TCHAR *line2, int flags );
INT_PTR PluginPing(WPARAM wParam,LPARAM lParam);
|