Diff for /np2/win9x/ini.h between versions 1.2 and 1.8

version 1.2, 2003/10/28 13:03:48 version 1.8, 2005/02/09 20:11:35
Line 2 Line 2
 enum {  enum {
         INITYPE_STR                     = 0,          INITYPE_STR                     = 0,
         INITYPE_BOOL,          INITYPE_BOOL,
         INITYPE_BYTEARG,          INITYPE_BITMAP,
           INITYPE_ARGS16,
           INITYPE_ARGH8,
         INITYPE_SINT8,          INITYPE_SINT8,
         INITYPE_SINT16,          INITYPE_SINT16,
         INITYPE_SINT32,          INITYPE_SINT32,
Line 34  typedef struct { Line 36  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 void ini_read(const char *path, const char *title,  void ini_read(const OEMCHAR *path, const OEMCHAR *title,
                                                                                         const INITBL *tbl, UINT count);                                                                                          const INITBL *tbl, UINT count);
 void ini_write(const char *path, const char *title,  void ini_write(const OEMCHAR *path, const OEMCHAR *title,
                                                                                         const INITBL *tbl, UINT count);                                                                                          const INITBL *tbl, UINT count);
   
   
   void initgetfile(OEMCHAR *path, UINT size);
 void initload(void);  void initload(void);
 void initsave(void);  void initsave(void);
   

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


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