home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 6 / FreshFish_September1994.bin / bbs / util / mayflower.lha / MayFlower / CapsLock / h / define.h next >
Encoding:
C/C++ Source or Header  |  1994-03-17  |  674 b   |  22 lines

  1. /* define.h : 17 Mar 1994 */
  2.  
  3. /* memory shortcuts */
  4. #define  MEM_F    (MEMF_FAST | MEMF_CLEAR)
  5. #define  MEM_C    (MEMF_CHIP | MEMF_CLEAR)
  6. #define  MEM_P    (MEMF_PUBLIC | MEMF_CLEAR)
  7.  
  8. /* structure shortcuts */
  9. #define  DL_S      struct DosLibrary
  10. #define  EB_S      struct ExecBase
  11. #define  FIB_S     struct FileInfoBlock
  12. #define  FH_S      struct FileHandle
  13. #define  IB_S      struct IntuitionBase
  14. #define  IOR_S     struct IORequest
  15. #define  IOSR_S    struct IOStdReq
  16. #define  L_S       struct Library
  17. #define  M_S       struct Message
  18. #define  MP_S      struct MsgPort
  19. #define  P_S       struct Process
  20. #define  T_S       struct Task
  21. #define  WBS_S     struct WBStartup
  22.