mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Fix build
svn path=/trunk/; revision=40907
This commit is contained in:
parent
4535cbb145
commit
be3fc3f629
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue