Fix WinCE engine build

SVN revision: 43628
This commit is contained in:
Lars Munch 2009-11-12 13:49:46 +00:00
parent 1b7b929a09
commit 3b3872fed2
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#include "Evas_Engine_Software_16_WinCE.h"
#include "evas_common_soft16.h"
int _evas_enigne_soft16_wince_log_dom = -1;
int _evas_engine_soft16_wince_log_dom = -1;
typedef enum
{
@ -749,7 +749,7 @@ module_open(Evas_Module *em)
static void
module_close(Evas_Module *em)
{
eina_log_domain_unregister(_evas_soft16_wince_log_dom);
eina_log_domain_unregister(_evas_engine_soft16_wince_log_dom);
return NULL;
}