diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-03-29 16:20:10 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2009-03-29 16:20:10 +0000 |
commit | 7ca0277c12724173c8951f7db3d06edc33231f68 (patch) | |
tree | 85a5cf569836fdc2e1d644e3171581725b2a52f2 /metacontacts/edit.c | |
parent | d1ef727e95bac24bc97ebe5cb3c3f0ee42271f86 (diff) |
x64 portability
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@440 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'metacontacts/edit.c')
-rw-r--r-- | metacontacts/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metacontacts/edit.c b/metacontacts/edit.c index 2ff323e..8fcff80 100644 --- a/metacontacts/edit.c +++ b/metacontacts/edit.c @@ -275,7 +275,7 @@ LRESULT ProcessCustomDraw (LPARAM lParam) */
#define WMU_SETTITLE (WM_USER + 1)
-BOOL CALLBACK Meta_EditDialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+INT_PTR CALLBACK Meta_EditDialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
HWND hwnd;
char *str;
|