diff -r 28ccaba883f4 -r 403e7f6ed6c5 glib/tsrc/BC/tests/file-test.c --- a/glib/tsrc/BC/tests/file-test.c Wed Oct 13 19:39:18 2010 +0530 +++ b/glib/tsrc/BC/tests/file-test.c Thu Oct 14 14:15:50 2010 +0530 @@ -47,7 +47,7 @@ #include /* For read(), write() etc */ #endif -#ifdef SYMBIAN +#ifdef __SYMBIAN32__ #include "mrt2_glib2_test.h" #endif /*SYMBIAN*/ @@ -173,7 +173,7 @@ int main (int argc, char *argv[]) { - #ifdef SYMBIAN + #ifdef __SYMBIAN__ g_log_set_handler (NULL, G_LOG_FLAG_FATAL| G_LOG_FLAG_RECURSION | G_LOG_LEVEL_CRITICAL | G_LOG_LEVEL_WARNING | G_LOG_LEVEL_MESSAGE | G_LOG_LEVEL_INFO | G_LOG_LEVEL_DEBUG, &mrtLogHandler, NULL); g_set_print_handler(mrtPrintHandler); #endif /*SYMBIAN*/ @@ -183,7 +183,7 @@ test_readlink (); test_get_contents (); - #if SYMBIAN + #ifdef __SYMBIAN__ testResultXml("file-test"); #endif /* EMULATOR */