Diff for /np2/macos9/macossub.h between versions 1.1 and 1.3

version 1.1, 2003/10/23 07:20:43 version 1.3, 2004/01/10 17:24:01
Line 1 Line 1
   
 enum {  
         FILEATTR_READONLY       = 0x01,  
         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" {
 #endif  #endif
Line 26  UINT32 macos_gettick(void); Line 11  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);  
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

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


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