home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
x
/
volume21
/
notes
/
part01
/
notes.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-10-20
|
341 b
|
22 lines
/*
* notes.h
*
* notes - by Bob Smith <bob@snuffy.dracut.ma.us>
*/
#include "patchlevel.h"
#ifndef TRUE
# define TRUE 1
#endif
#ifndef FALSE
# define FALSE 0
#endif
#define NOTEFILE ".notes"
#define XtGrandParent(w) XtParent(XtParent(w))
#define AddCallback(w, callback, closure) \
XtAddCallback(w, XtNcallback, callback, closure)