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

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

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


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