| version 1.2, 2005/02/07 14:46:13 | version 1.5, 2006/12/16 12:11:07 | 
| 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 VERMOUTHCL midimod_getfile(MIDIMOD mod, const OEMCHAR *filename, | 
| char *path, int size); | OEMCHAR *path, int size); | 
| BOOL cfgfile_load(MIDIMOD mod, const char *filename, int depth); | void VERMOUTHCL midimod_lock(MIDIMOD mod); | 
|  | void VERMOUTHCL midimod_unlock(MIDIMOD mod); | 
 |  |  | 
 | #ifdef __cplusplus | #ifdef __cplusplus | 
 | } | } |