Diff for /np2/x11/compiler.h between versions 1.2 and 1.3

version 1.2, 2003/11/16 16:43:45 version 1.3, 2003/11/17 16:12:27
Line 142  UINT32 gettick(); Line 142  UINT32 gettick();
  * You could specify a complete path, e.g. "/etc/timidity.cfg", and   * You could specify a complete path, e.g. "/etc/timidity.cfg", and
  * then specify the library directory in the configuration file.   * then specify the library directory in the configuration file.
  */   */
 #ifndef TIMIDITY_CFGFILE_PATH  
 #define TIMIDITY_CFGFILE_PATH   "timidity.cfg"  
 #endif  
   
 extern char timidity_cfgfile_path[MAX_PATH];  extern char timidity_cfgfile_path[MAX_PATH];
 #define TIMIDITY_CFGFILE        timidity_cfgfile_path  #define TIMIDITY_CFGFILE        timidity_cfgfile_path
   

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


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