mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[WIN32SS][NTUSER] Fix msvc-x64 build
This commit is contained in:
@@ -786,7 +786,7 @@ UserChangeDisplaySettings(
|
||||
/* Shall we apply the settings? */
|
||||
if (!(flags & CDS_NORESET))
|
||||
{
|
||||
ULONG ulResult;
|
||||
ULONG_PTR ulResult;
|
||||
PVOID pvOldCursor;
|
||||
TEXTMETRICW tmw;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user