diff options
author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-03 17:47:07 +0000 |
---|---|---|
committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-12-03 17:47:07 +0000 |
commit | 534fea9b2d46ddbe51b3841f2ca6af2e468f5c00 (patch) | |
tree | 450c080d226f53cd1bfc8e100eacfdf84a45504e /Dbx_mmap_SA/Dbtool/fileaccess.cpp | |
parent | 331bd873e62c59d7e188eb7054c5abd46eeba15a (diff) |
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
Diffstat (limited to 'Dbx_mmap_SA/Dbtool/fileaccess.cpp')
-rw-r--r-- | Dbx_mmap_SA/Dbtool/fileaccess.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) {
|