mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:23:32 +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
|
@ -267,7 +267,11 @@ STDMETHODIMP CVfdShExt::QueryContextMenu(
|
|||
//
|
||||
|
||||
STDMETHODIMP CVfdShExt::GetCommandString(
|
||||
#ifndef __REACTOS__
|
||||
UINT idCmd,
|
||||
#else
|
||||
UINT_PTR idCmd,
|
||||
#endif
|
||||
UINT uFlags,
|
||||
UINT *reserved,
|
||||
LPSTR pszName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue