[VFD] Properly mark ReactOS's diffs

Addendum to 25c7e1a (0.4.7-dev-1106) and follow-ups.
This commit is contained in:
Serge Gautherie 2020-06-14 13:49:22 +02:00 committed by Stanislav Motylkov
parent 1abac8f6db
commit 3ff08b6404
15 changed files with 69 additions and 20 deletions

View file

@ -270,7 +270,7 @@ STDMETHODIMP CVfdShExt::GetCommandString(
#ifndef __REACTOS__
UINT idCmd,
#else
UINT_PTR idCmd,
UINT_PTR idCmd,
#endif
UINT uFlags,
UINT *reserved,
@ -350,6 +350,7 @@ STDMETHODIMP CVfdShExt::InvokeCommand(
}
#endif
if (!unicode && HIWORD(lpcmi->lpVerb)) {
VFDTRACE(0, ("ANSI: %s\n", lpcmi->lpVerb));