mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 03:07:05 +00:00
- Fix gdi32 build due to missing ";"
svn path=/trunk/; revision=42315
This commit is contained in:
parent
a8889958e3
commit
f037eef079
1 changed files with 1 additions and 1 deletions
|
@ -1539,7 +1539,7 @@ SelectObject(HDC hDC,
|
||||||
{
|
{
|
||||||
PDC_ATTR pDc_Attr;
|
PDC_ATTR pDc_Attr;
|
||||||
HGDIOBJ hOldObj = NULL;
|
HGDIOBJ hOldObj = NULL;
|
||||||
UINT uType
|
UINT uType;
|
||||||
// PTEB pTeb;
|
// PTEB pTeb;
|
||||||
|
|
||||||
if(!GdiGetHandleUserData(hDC, GDI_OBJECT_TYPE_DC, (PVOID)&pDc_Attr))
|
if(!GdiGetHandleUserData(hDC, GDI_OBJECT_TYPE_DC, (PVOID)&pDc_Attr))
|
||||||
|
|
Loading…
Reference in a new issue