home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Capture / AMCap / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  2001-10-08  |  850 b   |  27 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #if !defined(AFX_STDAFX_H__08E7CDC6_7F58_11D2_8CF1_00A0C9441E20__INCLUDED_)
  6. #define AFX_STDAFX_H__08E7CDC6_7F58_11D2_8CF1_00A0C9441E20__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12. #ifdef WIN32_LEAN_AND_MEAN
  13. #undef WIN32_LEAN_AND_MEAN
  14. #endif
  15.  
  16. #define _ATL_APARTMENT_THREADED
  17. #define WIN32_LEAN_AND_MEAN        // Exclude rarely-used stuff from Windows headers
  18.  
  19. #include <atlbase.h>
  20. extern CComModule _Module;
  21. #include <atlcom.h>
  22.  
  23. //{{AFX_INSERT_LOCATION}}
  24. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  25.  
  26. #endif // !defined(AFX_STDAFX_H__08E7CDC6_7F58_11D2_8CF1_00A0C9441E20__INCLUDED)
  27.