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
/
spoly
/
spoly.rc
< prev
next >
Wrap
Text File
|
1994-08-28
|
250b
|
16 lines
#define NOKERNEL
#define NOGDI
#define NOSOUND
#define NOCOMM
#define NODRIVERS
#include "windows.h"
#include "spoly.h"
SPOLY ICON spoly.ico
SPolyMenu MENU
BEGIN
MENUITEM "&Clear" IDM_CLEAR
MENUITEM "&Dump" IDM_DUMP
END