Diff for /xmil/MacOSX/ini.cpp between versions 1.2 and 1.3

version 1.2, 2004/08/12 11:45:58 version 1.3, 2004/08/20 08:57:48
Line 7 Line 7
 #include        "pccore.h"  #include        "pccore.h"
   
   
   // ---- ↓ トル
   
 typedef struct {  typedef struct {
 const char              *title;  const char              *title;
 const INITBL    *tbl;  const INITBL    *tbl;
Line 311  const INITBL *pterm; Line 313  const INITBL *pterm;
 }  }
   
   
   // ---- ↑ トル
 // ----  // ----
   
 static const char ini_title[] = "Xmil";  static const char ini_title[] = "Xmil";
 static const char inifile[] = "xmil.cfg";  static const char inifile[] = "xmil.cfg";
   
   // ---- INI* -> PF* に変更 (common/profile.h)
   
 enum {  enum {
         INIRO_BOOL                      = INITYPE_BOOL + INIFLAG_RO,          INIRO_BOOL                      = INITYPE_BOOL + INIFLAG_RO,
         INIMAX_UINT8            = INITYPE_UINT8 + INIFLAG_MAX,          INIMAX_UINT8            = INITYPE_UINT8 + INIFLAG_MAX,

Removed from v.1.2  
changed lines
  Added in v.1.3


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