mirror of
https://github.com/reactos/reactos.git
synced 2026-05-29 21:19:51 +08:00
[WIN32SS] Fix use of unitialized variable
This commit is contained in:
@@ -768,7 +768,7 @@ PDEVOBJ_lChangeDisplaySettings(
|
||||
_Out_ PMDEVOBJ *ppmdevNew,
|
||||
_In_ BOOL bSearchClosestMode)
|
||||
{
|
||||
PGRAPHICS_DEVICE pGraphicsDevice;
|
||||
PGRAPHICS_DEVICE pGraphicsDevice = NULL;
|
||||
PMDEVOBJ pmdev = NULL;
|
||||
PDEVMODEW pdm = NULL;
|
||||
ULONG lRet = DISP_CHANGE_SUCCESSFUL;
|
||||
|
||||
Reference in New Issue
Block a user