mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 21:23:12 +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
|
@ -47,7 +47,11 @@
|
|||
//
|
||||
// local functions
|
||||
//
|
||||
#ifndef __REACTOS__
|
||||
static INT CALLBACK OpenDialogProc(
|
||||
#else
|
||||
static INT_PTR CALLBACK OpenDialogProc(
|
||||
#endif
|
||||
HWND hDlg,
|
||||
UINT uMsg,
|
||||
WPARAM wParam,
|
||||
|
@ -89,7 +93,11 @@ DWORD WINAPI VfdGuiOpen(
|
|||
//
|
||||
// Open image dialog procedure
|
||||
//
|
||||
#ifndef __REACTOS__
|
||||
INT CALLBACK OpenDialogProc(
|
||||
#else
|
||||
INT_PTR CALLBACK OpenDialogProc(
|
||||
#endif
|
||||
HWND hDlg,
|
||||
UINT uMsg,
|
||||
WPARAM wParam,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue