home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / Global.h < prev    next >
Encoding:
Text File  |  1993-06-07  |  406 b   |  18 lines

  1. #import <appkit/appkit.h>
  2.  
  3. #define MAX_STRING_ARRAY 8192
  4.  
  5. #define KB_1        (1024)
  6. #define KB_10        (10*1024)
  7. #define KB_100        (100*1024)
  8. #define MB_1        (1024*1024)
  9. #define MB_10        (10*1024*1024)
  10. #define MB_100        (100*1024*1024)
  11. #define    MAX_SIZE    (24*1024*1024)
  12. #define MIN_SIZE    8.0
  13.  
  14. #define Notify(title, msg)    NXRunAlertPanel(title, msg, localString("OK"), NULL, NULL)
  15.  
  16. #define clear(x) bzero((char *)&x,sizeof(x))
  17.  
  18.