mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[WIN32K]
Fix a warning about an uninitialized variable :D svn path=/trunk/; revision=51000
This commit is contained in:
@@ -511,7 +511,8 @@ DC_vPrepareDCsForBlit(PDC pdc1,
|
||||
{
|
||||
pdcFirst = pdc1 ;
|
||||
prcFirst = &rc1;
|
||||
pdcSecond = NULL ;
|
||||
pdcSecond = NULL;
|
||||
prcSecond = NULL;
|
||||
}
|
||||
|
||||
if(pdcFirst && pdcFirst->dctype == DCTYPE_DIRECT)
|
||||
|
||||
Reference in New Issue
Block a user