From ea0738678d7d729b6bbd1c9c37d3914fcc7df0d9 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Tue, 29 Nov 2011 09:30:50 +0000 Subject: another part of small project fixes and x64 adaptation in some cases git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@228 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- Gps+/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gps+/options.cpp') diff --git a/Gps+/options.cpp b/Gps+/options.cpp index c152fdd..d0b35b0 100644 --- a/Gps+/options.cpp +++ b/Gps+/options.cpp @@ -25,7 +25,7 @@ extern HINSTANCE hInst; -BOOL CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) +INT_PTR CALLBACK DlgProcOptions(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { switch ( msg ) { case WM_INITDIALOG: -- cgit v1.2.3