summaryrefslogtreecommitdiff
path: root/Dbx_mmap_SA/Dbtool/finished.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Dbx_mmap_SA/Dbtool/finished.cpp')
-rw-r--r--Dbx_mmap_SA/Dbtool/finished.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dbx_mmap_SA/Dbtool/finished.cpp b/Dbx_mmap_SA/Dbtool/finished.cpp
index 145d5d5..1716f72 100644
--- a/Dbx_mmap_SA/Dbtool/finished.cpp
+++ b/Dbx_mmap_SA/Dbtool/finished.cpp
@@ -19,9 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "dbtool.h"
#define WM_LAUNCHMIRANDA (WM_USER+1)
-BOOL CALLBACK FinishedDlgProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam)
+INT_PTR CALLBACK FinishedDlgProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam)
{
- BOOL bReturn;
+ INT_PTR bReturn;
if(DoMyControlProcessing(hdlg,message,wParam,lParam,&bReturn)) return bReturn;
switch(message) {