Fix build

svn path=/trunk/; revision=40907
This commit is contained in:
Hervé Poussineau 2009-05-12 22:06:41 +00:00
parent 4535cbb145
commit be3fc3f629

View file

@ -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());