[VFDLIB] More 64 bit fixes
[reactos.git] / modules / rosapps / lib / vfdlib / vfdshmenu.cpp
index 3bce66a..005a6e3 100644 (file)
@@ -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,