home *** CD-ROM | disk | FTP | other *** search
/ NEXT Generation 27 / NEXT27.iso / pc / demos / emperor / dx3.exe / SDK / SAMPLES / DSSHOW3D / RESHEAD.H < prev    next >
C/C++ Source or Header  |  1996-08-28  |  299b  |  16 lines

  1. #ifdef APSTUDIO_INVOKED // Built from inside VC
  2. #include "afxres.h"
  3.  
  4. #else   // Built from the command-line (some command-lines don't have MFC headers)
  5.  
  6. #undef RC_INVOKED
  7. #define RC_INVOKED
  8.  
  9. #undef IDC_STATIC
  10. #define IDC_STATIC  -1
  11.  
  12. #include "windows.h"
  13. #include "commctrl.h"
  14.  
  15. #endif
  16.