summaryrefslogtreecommitdiff
path: root/Dbx_mmap_SA/Dbtool/welcome.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Dbx_mmap_SA/Dbtool/welcome.cpp')
-rw-r--r--Dbx_mmap_SA/Dbtool/welcome.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dbx_mmap_SA/Dbtool/welcome.cpp b/Dbx_mmap_SA/Dbtool/welcome.cpp
index 99d53af..291281e 100644
--- a/Dbx_mmap_SA/Dbtool/welcome.cpp
+++ b/Dbx_mmap_SA/Dbtool/welcome.cpp
@@ -18,11 +18,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include "dbtool.h"
-BOOL CALLBACK WelcomeDlgProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam)
+INT_PTR CALLBACK WelcomeDlgProc(HWND hdlg,UINT message,WPARAM wParam,LPARAM lParam)
{
static HENHMETAFILE hEmfWatermark;
static HFONT hTitleFont;
- BOOL bReturn;
+ INT_PTR bReturn;
if(DoMyControlProcessing(hdlg,message,wParam,lParam,&bReturn)) return bReturn;
switch(message) {