add error message in the win ce gdi engine

SVN revision: 38646
This commit is contained in:
Vincent Torri 2009-01-19 17:53:30 +00:00
parent 7da4e5839d
commit a1d61c71c2
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ evas_software_wince_gdi_init(HWND window,
priv->bitmap_info = (BITMAPINFO_16bpp *)malloc(sizeof(BITMAPINFO_16bpp));
if (!priv->bitmap_info)
{
fprintf (stderr, "[Evas] [Engine] [WinCE GDI] Can not allocate bitmap info\n");
ReleaseDC(window, priv->dc);
free(priv);
return NULL;