home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Windows Gam…ming Gurus (2nd Edition)
/
Disc2.iso
/
msdn_vcb
/
samples
/
vc98
/
sdk
/
com
/
oleaut
/
spoly2
/
spoly2.rc
< 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
Text File
|
1994-08-29
|
251 b
|
16 lines
#define NOKERNEL
#define NOGDI
#define NOSOUND
#define NOCOMM
#define NODRIVERS
#include "windows.h"
#include "spoly.h"
SPOLY ICON spoly2.ico
SPolyMenu MENU
BEGIN
MENUITEM "&Clear" IDM_CLEAR
MENUITEM "&Dump" IDM_DUMP
END