home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d500 / swindows.lha / sWindows / Source / swMain.h < prev    next >
C/C++ Source or Header  |  1991-06-06  |  637b  |  28 lines

  1. #define INTUITION_PREFERENCES_H             /* don't need 'em */
  2. #include <exec/types.h>
  3. #include <libraries/dos.h>
  4. #include <intuition/intuition.h>
  5.  
  6. #define PROGRAM         "sWindows"
  7. #define LOADVERS        2
  8.  
  9. #define HANDLERCODE     "L:sWindows-Handler"        /* the handler file */
  10.  
  11.  
  12. #define INTUITION_REV       0L
  13. #define EXIT_OK             RETURN_OK
  14. #define EXIT_ERROR          RETURN_ERROR
  15.  
  16. extern struct IntuitionBase *IntuitionBase;
  17.  
  18. /*
  19.  *  Offset values used by SetFunction
  20.  */
  21.  
  22. extern long LVOOpenWindow;
  23. extern long LVOCloseWindow;
  24. extern long LVOCloseScreen;
  25.  
  26. extern long SetFunction();
  27. extern struct MsgPort *FindPort();
  28.