mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[REACTOS] Fix 64 bit issues
This commit is contained in:
@@ -182,7 +182,7 @@ public:
|
||||
virtual HRESULT STDMETHODCALLTYPE
|
||||
InvokeCommand(LPCMINVOKECOMMANDINFO lpici)
|
||||
{
|
||||
UINT uiCmdId = (UINT)lpici->lpVerb;
|
||||
UINT uiCmdId = PtrToUlong(lpici->lpVerb);
|
||||
if (uiCmdId != 0)
|
||||
{
|
||||
if ((uiCmdId >= ID_SHELL_CMD_FIRST) && (uiCmdId <= ID_SHELL_CMD_LAST))
|
||||
|
||||
Reference in New Issue
Block a user