From: <kr_...@us...> - 2004-05-08 09:21:19
|
Update of /cvsroot/htoolkit/port/src/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19849/src/include Modified Files: Types.h Log Message: Change the way in which the AppName is evaluated from AppTitle Index: Types.h =================================================================== RCS file: /cvsroot/htoolkit/port/src/include/Types.h,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Types.h 24 Nov 2003 22:40:41 -0000 1.21 --- Types.h 8 May 2004 09:21:10 -0000 1.22 *************** *** 154,158 **** #endif ! extern void osInit(char *appName, char *appVersion, int DocumentInterface); extern void osStart(); extern void osQuit(); --- 154,158 ---- #endif ! extern void osInit(char *appTitle, char *appVersion, int DocumentInterface); extern void osStart(); extern void osQuit(); |