home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Owl 25
/
nopv25.iso
/
040A
/
WSC4C21.ZIP
/
SIMPLE.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
|
1997-05-22
|
224 b
|
16 lines
/* simple.h */
#ifdef WIN32
int WINAPI
#else
int PASCAL
#endif
WinMain(USE_INS, USE_INS, USE_PTR, int);
#ifdef WIN32
LRESULT CALLBACK
#else
long FAR PASCAL
#endif
MainWndProc(HWND, UINT, WPARAM, LPARAM );