Diff for /np2/sound/vermouth/midimod.h between versions 1.2 and 1.3

version 1.2, 2005/02/07 14:46:13 version 1.3, 2005/03/18 09:23:11
Line 5  typedef struct _pathlist *PATHLIST; Line 5  typedef struct _pathlist *PATHLIST;
   
 struct _pathlist {  struct _pathlist {
         PATHLIST        next;          PATHLIST        next;
         char            path[MAX_PATH];          OEMCHAR         path[MAX_PATH];
 };  };
   
 enum {  enum {
Line 20  enum { Line 20  enum {
 };  };
   
 typedef struct {  typedef struct {
         char    *name;          OEMCHAR *name;
         int             amp;          int             amp;
         UINT8   flag;          UINT8   flag;
         UINT8   pan;          UINT8   pan;
Line 32  typedef struct { Line 32  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 BOOL cfgfile_getfile(MIDIMOD mod, const char *filename,  BRESULT cfgfile_getfile(MIDIMOD mod, const OEMCHAR *filename,
                                                                                                         char *path, int size);                                                                                                          OEMCHAR *path, int size);
 BOOL cfgfile_load(MIDIMOD mod, const char *filename, int depth);  BRESULT cfgfile_load(MIDIMOD mod, const OEMCHAR *filename, int depth);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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