Diff for /np2/macosx/macossub.h between versions 1.2 and 1.5

version 1.2, 2003/11/03 10:19:43 version 1.5, 2004/03/02 23:23:06
Line 1 Line 1
   #include        <QuickTime/QuickTime.h>
 enum {  #include        <CoreMIDI/MIDIServices.h>
         FILEATTR_READONLY       = 0x01,  #define CFSTRj(name)    CFStringCreateWithCString(NULL,name,CFStringGetSystemEncoding())
         FILEATTR_HIDDEN         = 0x02,  
         FILEATTR_SYSTEM         = 0x04,  
         FILEATTR_VOLUME         = 0x08,  
         FILEATTR_DIRECTORY      = 0x10,  
         FILEATTR_ARCHIVE        = 0x20  
 };  
   
 typedef struct {  
         char    path[MAX_PATH];  
         UINT32  size;  
         UINT32  attr;  
 } FLDATA;  
   
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" {  extern "C" {
Line 26  UINT32 macos_gettick(void); Line 14  UINT32 macos_gettick(void);
 void mkstr255(Str255 dst, const char *src);  void mkstr255(Str255 dst, const char *src);
 void mkcstr(char *dst, int size, const Str255 src);  void mkcstr(char *dst, int size, const Str255 src);
   
 void *file_list1st(const char *dir, FLDATA *fl);  
 BOOL file_listnext(void *hdl, FLDATA *fl);  
 void file_listclose(void *hdl);  
   
 bool getLongFileName(char* dst, const char* path);  
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif
   
   

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


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