From: <sp...@us...> - 2004-03-10 12:41:30
|
Update of /cvsroot/rtk/rtk/src/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13186/src/core Modified Files: rchar.cpp Log Message: Started porting to symbian Index: rchar.cpp =================================================================== RCS file: /cvsroot/rtk/rtk/src/core/rchar.cpp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** rchar.cpp 29 Feb 2004 20:53:25 -0000 1.8 --- rchar.cpp 10 Mar 2004 12:15:39 -0000 1.9 *************** *** 1,2 **** --- 1,8 ---- + #if __EPOC32__ + // needed by symbian + # include <e32def.h> + # include <time.h> + #endif + #include <rtk/rchar.h> #include <stdarg.h> |