From adb26f5056d1bf730ec3f08e0c0b891ac0201fbc Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 9 Jan 2005 18:51:57 +0000 Subject: [PATCH] tmp hack to run native --- symbian/src/symdraw.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/symbian/src/symdraw.cpp b/symbian/src/symdraw.cpp index 5e6e12158..6b841c241 100644 --- a/symbian/src/symdraw.cpp +++ b/symbian/src/symdraw.cpp @@ -805,7 +805,13 @@ sym_drawctxt_make( MPFORMAL CWindowGc* aGC, CCoeEnv* aCoeEnv, #if defined DEBUG && defined SERIES_80 /* this path will change for other platforms/devices!!! */ +#if 1 + /* simulator */ _LIT( kBitmapsPath, "z:\\system\\apps\\XWORDS\\xwbitmaps.mbm" ); +#else + /* device. Why do I need this???? */ + _LIT( kBitmapsPath, "c:\\system\\apps\\XWORDS\\xwbitmaps.mbm" ); +#endif TFileName bitmapFile( kBitmapsPath ); XP_LOGF( "loading bitmaps0" );