mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 10:55:50 +00:00
[WIN32K]
Implement GdiGetEMFRestorDc case in NtGdiGetDCDword svn path=/trunk/; revision=65886
This commit is contained in:
parent
5d0f363c9f
commit
2bf752a8fe
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ NtGdiGetDCDword(
|
|||
break;
|
||||
|
||||
case GdiGetEMFRestorDc:
|
||||
SafeResult = pdc->dclevel.lSaveDepth;
|
||||
break;
|
||||
|
||||
case GdiGetFontLanguageInfo:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue