From 534fea9b2d46ddbe51b3841f2ca6af2e468f5c00 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 3 Dec 2011 17:47:07 +0000 Subject: Dbx_mmap_SA: fixed options page showing Dbtool: fixed dbtool starting fixed version info git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@237 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- Dbx_mmap_SA/Dbtool/fileaccess.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dbx_mmap_SA/Dbtool/fileaccess.cpp') diff --git a/Dbx_mmap_SA/Dbtool/fileaccess.cpp b/Dbx_mmap_SA/Dbtool/fileaccess.cpp index 5571406..2fdd16c 100644 --- a/Dbx_mmap_SA/Dbtool/fileaccess.cpp +++ b/Dbx_mmap_SA/Dbtool/fileaccess.cpp @@ -18,9 +18,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "dbtool.h" -BOOL CALLBACK FileAccessDlgProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam) +INT_PTR CALLBACK FileAccessDlgProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam) { - BOOL bReturn; + INT_PTR bReturn; if(DoMyControlProcessing(hdlg,message,wParam,lParam,&bReturn)) return bReturn; switch(message) { -- cgit v1.2.3