home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NEXT Generation 27
/
NEXT27.iso
/
pc
/
demos
/
emperor
/
dx3.exe
/
SDK
/
SAMPLES
/
DSSHOW3D
/
RESHEAD.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-08-28
|
299b
|
16 lines
#ifdef APSTUDIO_INVOKED // Built from inside VC
#include "afxres.h"
#else // Built from the command-line (some command-lines don't have MFC headers)
#undef RC_INVOKED
#define RC_INVOKED
#undef IDC_STATIC
#define IDC_STATIC -1
#include "windows.h"
#include "commctrl.h"
#endif