home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / samples / c12 / simpledual / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1997-02-20  |  834 b   |  22 lines

  1. #if !defined(AFX_STDAFX_H__C48A81E6_4384_11D0_9C9D_000000000000__INCLUDED_)
  2. #define AFX_STDAFX_H__C48A81E6_4384_11D0_9C9D_000000000000__INCLUDED_
  3.  
  4. // stdafx.h : include file for standard system include files,
  5. //      or project specific include files that are used frequently,
  6. //      but are changed infrequently
  7.  
  8. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  9.  
  10. #include <afxctl.h>         // MFC support for ActiveX Controls
  11.  
  12. // This headr file came from the ACDUAL sample
  13. #include "mfcdual.h"
  14.  
  15. // MIDL generated this from the control's .ODL file.
  16. #include "simpledual.h"
  17.  
  18. //{{AFX_INSERT_LOCATION}}
  19. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  20.  
  21. #endif // !defined(AFX_STDAFX_H__C48A81E6_4384_11D0_9C9D_000000000000__INCLUDED_)
  22.