mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[WIN32SS][NTUSER] Fix msvc-x64 build
This commit is contained in:
parent
1a402847ed
commit
cba1a2f742
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ UserChangeDisplaySettings(
|
|||
/* Shall we apply the settings? */
|
||||
if (!(flags & CDS_NORESET))
|
||||
{
|
||||
ULONG ulResult;
|
||||
ULONG_PTR ulResult;
|
||||
PVOID pvOldCursor;
|
||||
TEXTMETRICW tmw;
|
||||
|
||||
|
|
Loading…
Reference in a new issue