mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:02:59 +00:00
[WIN32SS:GDI] Add a sanity assert
This commit is contained in:
parent
655ddfa8e2
commit
d74eb54b06
1 changed files with 1 additions and 0 deletions
|
@ -365,6 +365,7 @@ EngpCreatePDEV(
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
ASSERT(gpPrimaryGraphicsDevice);
|
||||||
pGraphicsDevice = gpPrimaryGraphicsDevice;
|
pGraphicsDevice = gpPrimaryGraphicsDevice;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue