Diff for /np2/wince/ini.h between versions 1.1 and 1.2

version 1.1, 2003/10/21 14:57:41 version 1.2, 2005/03/24 04:40:33
Line 1 Line 1
   
 enum {  #include        "profile.h"
         INITYPE_STR                     = 0,  
         INITYPE_BOOL,  
         INITYPE_BYTEARG,  
         INITYPE_SINT8,  
         INITYPE_SINT16,  
         INITYPE_SINT32,  
         INITYPE_UINT8,  
         INITYPE_UINT16,  
         INITYPE_UINT32,  
         INITYPE_HEX8,  
         INITYPE_HEX16,  
         INITYPE_HEX32,  
         INITYPE_USER  
 };  
   
 typedef struct {  
 const char      *item;  
         UINT    itemtype;  
         void    *value;  
         UINT    size;  
 } INITBL;  
   
   
 #ifdef __cplusplus  #ifdef __cplusplus
 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 PFTBL *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 PFTBL *tbl, UINT count);
   
 void initload(void);  void initload(void);
 void initsave(void);  void initsave(void);

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


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