[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

@ -67,7 +67,11 @@ public:
LPCMINVOKECOMMANDINFO lpcmi);
STDMETHODIMP GetCommandString(
#ifndef __REACTOS__
UINT idCmd,
#else
UINT_PTR idCmd,
#endif
UINT uFlags,
UINT *reserved,
LPSTR pszName,