fix missed ifdef lack for getuid for windows

This commit is contained in:
Carsten Haitzler 2014-01-08 22:35:57 +09:00
parent e8c13118eb
commit 76b4fb27dc
1 changed files with 2 additions and 0 deletions

View File

@ -83,7 +83,9 @@ _ecore_evas_engine_init(void)
// _registered_engines = eina_hash_string_small_new(EINA_FREE_CB(eina_module_free));
_registered_engines = eina_hash_string_small_new(NULL);
#if defined(HAVE_GETUID) && defined(HAVE_GETEUID)
if (getuid() == geteuid())
#endif
{
if (getenv("EFL_RUN_IN_TREE"))
{