mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
Fix build
svn path=/trunk/; revision=40907
This commit is contained in:
@@ -396,7 +396,7 @@ BOOL SIC_Initialize(void)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
hDC = CreateICW(L"DISPLAY", NULL, NULL, NULL); bpp 0
|
||||
hDC = CreateICW(L"DISPLAY", NULL, NULL, NULL);
|
||||
if (!hDC)
|
||||
{
|
||||
ERR("Failed to create information context (error %d)\n", GetLastError());
|
||||
|
||||
Reference in New Issue
Block a user