efl/evas_w32/engine: Add and declare a variable.

iface is already be used in the code but not available as variable at all.

*spank, spank*

SVN revision: 83825
This commit is contained in:
Stefan Schmidt 2013-02-11 13:27:20 +00:00
parent 6ef1fc791a
commit 4ae1c0d1cb
1 changed files with 1 additions and 0 deletions

View File

@ -1330,6 +1330,7 @@ _ecore_evas_win32_new_internal(int (*_ecore_evas_engine_init)(Ecore_Evas *ee),
{
Ecore_Evas *ee;
Ecore_Evas_Engine_Data_Win32 *wdata;
Ecore_Evas_Interface_Win32 *iface;
if (!ecore_win32_init())
return NULL;