home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / async / stdafx.h < prev   
C/C++ Source or Header  |  1998-03-26  |  1KB  |  32 lines

  1. #if !defined(STDAFX_H__012F24C9_35B0_11D0_BF2D_0000E8D0D146__INCLUDED_)
  2. #define STDAFX_H__012F24C9_35B0_11D0_BF2D_0000E8D0D146__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. // This is a part of the Active Template Library.
  9. // Copyright (C) 1996-1998 Microsoft Corporation
  10. // All rights reserved.
  11. //
  12. // This source code is only intended as a supplement to the
  13. // Active Template Library Reference and related
  14. // electronic documentation provided with the library.
  15. // See these sources for detailed information regarding the
  16. // Active Template Library product.
  17.  
  18. #define STRICT
  19.  
  20.  
  21. #include <atlbase.h>
  22. //You may derive a class from CComModule and use it if you want to override
  23. //something, but do not change the name of _Module
  24. extern CComModule _Module;
  25. #include <atlcom.h>
  26. #include <atlctl.h>
  27.  
  28. //{{AFX_INSERT_LOCATION}}
  29. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  30.  
  31. #endif // !defined(STDAFX_H__012F24C9_35B0_11D0_BF2D_0000E8D0D146__INCLUDED)
  32.