home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / labs / c14 / lab03 / ex02 / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1997-02-20  |  663 b   |  19 lines

  1. #if !defined(STDAFX_H__C218D1F5_2BF6_11D0_9C9B_000000000000__INCLUDED_)
  2. #define STDAFX_H__C218D1F5_2BF6_11D0_9C9B_000000000000__INCLUDED_
  3.  
  4. // stdafx.h : include file for standard system include files,
  5. //  or project specific include files that are used frequently, but
  6. //      are changed infrequently
  7. //
  8.  
  9. #include <afx.h>
  10. #include <afxwin.h>
  11. #include <afxmt.h>        // for synchronization objects
  12. #include <afxext.h>
  13. #include <afxisapi.h>
  14.  
  15. //{{AFX_INSERT_LOCATION}}
  16. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  17.  
  18. #endif // !defined(STDAFX_H__C218D1F5_2BF6_11D0_9C9B_000000000000__INCLUDED)
  19.