home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / ba / usevideo / videomfc / stdafx.h < prev    next >
C/C++ Source or Header  |  1997-08-29  |  1KB  |  35 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5. // Copyright (C) 1997 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. // This source code is only intended as a supplement to the
  9. // Broadcast Architecture Programmer's Reference.
  10. // For detailed information regarding Broadcast
  11. // Architecture, see the reference.
  12. //
  13.  
  14. #if !defined(AFX_STDAFX_H__4E088A0A_0E75_11D1_A073_00A0C9054174__INCLUDED_)
  15. #define AFX_STDAFX_H__4E088A0A_0E75_11D1_A073_00A0C9054174__INCLUDED_
  16.  
  17. #if _MSC_VER >= 1000
  18. #pragma once
  19. #endif // _MSC_VER >= 1000
  20.  
  21. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  22.  
  23. #include <afxwin.h>         // MFC core and standard components
  24. #include <afxext.h>         // MFC extensions
  25. #include <afxdisp.h>        // MFC OLE automation classes
  26. #ifndef _AFX_NO_AFXCMN_SUPPORT
  27. #include <afxcmn.h>            // MFC support for Windows Common Controls
  28. #endif // _AFX_NO_AFXCMN_SUPPORT
  29.  
  30.  
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  33.  
  34. #endif // !defined(AFX_STDAFX_H__4E088A0A_0E75_11D1_A073_00A0C9054174__INCLUDED_)
  35.