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/meta_options.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/meta_options.c')
-rw-r--r-- | metacontacts/meta_options.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metacontacts/meta_options.c b/metacontacts/meta_options.c index b6f7c57..0540bd0 100644 --- a/metacontacts/meta_options.c +++ b/metacontacts/meta_options.c @@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. MetaOptions options;
MetaOptions options_changes;
-BOOL CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+INT_PTR CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
HWND hw;
char buff[512];
@@ -468,7 +468,7 @@ void ResetPriorities() { #define WMU_FILLSTATUSCMB (WM_USER + 0x100)
#define WMU_FILLPRIODATA (WM_USER + 0x101)
-BOOL CALLBACK DlgProcOptsPriorities(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
+INT_PTR CALLBACK DlgProcOptsPriorities(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
HWND hw;
|