[VFDLIB] More 64 bit fixes

This commit is contained in:
Timo Kreuzer 2018-02-28 07:05:59 +01:00
parent 0182dcd71b
commit 643e6bf382
5 changed files with 33 additions and 0 deletions

View file

@ -35,7 +35,11 @@
//
// local functions
//
#ifndef __REACTOS__
static INT CALLBACK SaveDialogProc(
#else
static INT_PTR CALLBACK SaveDialogProc(
#endif
HWND hDlg,
UINT uMsg,
WPARAM wParam,
@ -119,7 +123,11 @@ DWORD GuiSaveParam(
//
// The dialog procedure
//
#ifndef __REACTOS__
INT CALLBACK SaveDialogProc(
#else
INT_PTR CALLBACK SaveDialogProc(
#endif
HWND hDlg,
UINT uMsg,
WPARAM wParam,