Diff for /np2/sound/vermouth/midimod.h between versions 1.1.1.1 and 1.4

version 1.1.1.1, 2003/10/16 17:58:10 version 1.4, 2006/12/16 09:43:24
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;
         BYTE    flag;          UINT8   flag;
         BYTE    pan;          UINT8   pan;
         BYTE    note;          UINT8   note;
 } _TONECFG, *TONECFG;  } _TONECFG, *TONECFG;
   
   
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);
   
   void midimod_lock(MIDIMOD hdl);
   void midimod_unlock(MIDIMOD hdl);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.1.1.1  
changed lines
  Added in v.1.4


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