mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
[VFDLIB] More 64 bit fixes
This commit is contained in:
parent
0182dcd71b
commit
643e6bf382
5 changed files with 33 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue