Diff for /np2/win9x/ini.cpp between versions 1.27 and 1.28

version 1.27, 2004/03/31 14:02:51 version 1.28, 2004/05/21 14:30:33
Line 343  const char  *set; Line 343  const char  *set;
   
 // ----  // ----
   
   #if !defined(SUPPORT_PC9821)
 static const char ini_title[] = "NekoProjectII";  static const char ini_title[] = "NekoProjectII";
   #else
   static const char ini_title[] = "NekoProject21";
   #endif
   
 enum {  enum {
         INIRO_STR                       = INITYPE_STR + INIFLAG_RO,          INIRO_STR                       = INITYPE_STR + INIFLAG_RO,

Removed from v.1.27  
changed lines
  Added in v.1.28


RetroPC.NET-CVS <cvs@retropc.net>