Diff for /np2/fdd/sxsicd.h between versions 1.1 and 1.3

version 1.1, 2005/03/05 06:02:29 version 1.3, 2005/04/05 09:12:24
Line 3 Line 3
 extern "C" {  extern "C" {
 #endif  #endif
   
 BRESULT sxsicd_open(SXSIDEV sxsi, const OEMCHAR *file);  enum {
           SXSIMEDIA_DATA = 0x10,
           SXSIMEDIA_AUDIO = 0x20
   };
   
   BRESULT sxsicd_open(SXSIDEV sxsi, const OEMCHAR *fname);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

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


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