[WIN32SS][NTUSER] Fix msvc-x64 build

This commit is contained in:
Katayama Hirofumi MZ 2019-05-23 08:32:41 +09:00
parent 1a402847ed
commit cba1a2f742

View file

@ -786,7 +786,7 @@ UserChangeDisplaySettings(
/* Shall we apply the settings? */
if (!(flags & CDS_NORESET))
{
ULONG ulResult;
ULONG_PTR ulResult;
PVOID pvOldCursor;
TEXTMETRICW tmw;