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 >
Wrap
C/C++ Source or Header
|
1991-06-06
|
637b
|
28 lines
#define INTUITION_PREFERENCES_H /* don't need 'em */
#include <exec/types.h>
#include <libraries/dos.h>
#include <intuition/intuition.h>
#define PROGRAM "sWindows"
#define LOADVERS 2
#define HANDLERCODE "L:sWindows-Handler" /* the handler file */
#define INTUITION_REV 0L
#define EXIT_OK RETURN_OK
#define EXIT_ERROR RETURN_ERROR
extern struct IntuitionBase *IntuitionBase;
/*
* Offset values used by SetFunction
*/
extern long LVOOpenWindow;
extern long LVOCloseWindow;
extern long LVOCloseScreen;
extern long SetFunction();
extern struct MsgPort *FindPort();