mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 03:23:34 +08:00
[WIN32SS:GDI] Add a sanity assert
This commit is contained in:
parent
655ddfa8e2
commit
d74eb54b06
@ -365,6 +365,7 @@ EngpCreatePDEV(
|
||||
}
|
||||
else
|
||||
{
|
||||
ASSERT(gpPrimaryGraphicsDevice);
|
||||
pGraphicsDevice = gpPrimaryGraphicsDevice;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user