diff --git a/win32ss/gdi/ntgdi/gdibatch.c b/win32ss/gdi/ntgdi/gdibatch.c index ab68c503037..25dedb868cf 100644 --- a/win32ss/gdi/ntgdi/gdibatch.c +++ b/win32ss/gdi/ntgdi/gdibatch.c @@ -435,6 +435,7 @@ GdiFlushUserBatch(PDC dc, PGDIBATCHHDR pHdr) case GdiBCSelObj: { PGDIBSOBJECT pgO; + __debugbreak(); if (!dc) break; pgO = (PGDIBSOBJECT) pHdr; diff --git a/win32ss/user/ntuser/winsta.c b/win32ss/user/ntuser/winsta.c index e2cd1138e5e..1e918fd8113 100644 --- a/win32ss/user/ntuser/winsta.c +++ b/win32ss/user/ntuser/winsta.c @@ -261,7 +261,7 @@ IntValidateWindowStationHandle( BOOL FASTCALL co_IntInitializeDesktopGraphics(VOID) { - //TEXTMETRICW tmw; + TEXTMETRICW tmw; UNICODE_STRING DriverName = RTL_CONSTANT_STRING(L"DISPLAY"); PDESKTOP pdesk; @@ -312,6 +312,7 @@ co_IntInitializeDesktopGraphics(VOID) } // Font is realized and this dc was previously set to internal DC_ATTR. ERR("HACK HACK HACK HACK HACK HACK HACK HACK HACK \n"); + __debugbreak(); #if 0 gpsi->cxSysFontChar = IntGetCharDimensions(hSystemBM, &tmw, (DWORD*)&gpsi->cySysFontChar); gpsi->tmSysFont = tmw;