home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1999 November
/
SOTMC_Nov1999-Ultimate.iso
/
mac
/
REALbasic ƒ
/
Plugins
/
Plugins SDK
/
winheader.h
< prev
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
|
1999-02-16
|
297 b
|
20 lines
|
[
TEXT/CWIE
]
#include <Win32Headers.mch>
typedef unsigned char Boolean;
typedef char *Ptr;
struct Rect
{
short top, left, bottom, right;
};
struct Point
{
short v, h;
};
#define nil 0
const Boolean false = 0;
const Boolean true = 1;
Boolean PtInRect(const Point &pt, Rect *rBounds);
long TickCount(void);