mirror of
https://github.com/reactos/reactos.git
synced 2025-06-05 09:20:30 +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? */
|
/* Shall we apply the settings? */
|
||||||
if (!(flags & CDS_NORESET))
|
if (!(flags & CDS_NORESET))
|
||||||
{
|
{
|
||||||
ULONG ulResult;
|
ULONG_PTR ulResult;
|
||||||
PVOID pvOldCursor;
|
PVOID pvOldCursor;
|
||||||
TEXTMETRICW tmw;
|
TEXTMETRICW tmw;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue