mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:43:19 +00:00
[REACTOS] Fix 64 bit issues
This commit is contained in:
parent
0f8439aa71
commit
cf77354dce
11 changed files with 36 additions and 26 deletions
|
@ -3322,7 +3322,7 @@ public:
|
|||
virtual HRESULT STDMETHODCALLTYPE
|
||||
InvokeCommand(LPCMINVOKECOMMANDINFO lpici)
|
||||
{
|
||||
UINT uiCmdId = (UINT) lpici->lpVerb;
|
||||
UINT uiCmdId = PtrToUlong(lpici->lpVerb);
|
||||
if (uiCmdId != 0)
|
||||
{
|
||||
if (uiCmdId >= m_idCmdCmFirst)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue