home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / internet / pinball / stdafx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-27  |  1.1 KB  |  28 lines

  1. #if !defined(AFX_STDAFX_H__2DB22EF8_A50F_11D1_8E53_00AA00A4BCA9__INCLUDED_)
  2. #define AFX_STDAFX_H__2DB22EF8_A50F_11D1_8E53_00AA00A4BCA9__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. // This is a part of the Microsoft Foundation Classes C++ library.
  9. // Copyright (C) 1992-1998 Microsoft Corporation
  10. // All rights reserved.
  11. //
  12. // This source code is only intended as a supplement to the
  13. // Microsoft Foundation Classes Reference and related
  14. // electronic documentation provided with the library.
  15. // See these sources for detailed information regarding the
  16. // Microsoft Foundation Classes product.
  17.  
  18. #include <afx.h>
  19. #include <afxwin.h>
  20. #include <afxmt.h>      // for synchronization objects
  21. #include <afxext.h>
  22. #include <afxisapi.h>
  23.  
  24. //{{AFX_INSERT_LOCATION}}
  25. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  26.  
  27. #endif // !defined(AFX_STDAFX_H__2DB22EF8_A50F_11D1_8E53_00AA00A4BCA9__INCLUDED)
  28.