home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / atl / src / stdafx.h < prev   
C/C++ Source or Header  |  1998-06-16  |  564b  |  19 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5.  
  6. #define _WIN32_WINNT 0x0400
  7. #define _ATL_FREE_THREADED
  8. #define _CONVERSION_USES_THREAD_LOCALE
  9. #define _ATL_DLL_IMPL
  10. //#define _ATL_DEBUG_QI
  11.  
  12. #include <atlbase.h>
  13. //You may derive a class from CComModule and use it if you want to override
  14. //something, but do not change the name of _Module
  15. extern CComModule _Module;
  16. #include <atlcom.h>
  17. #include <atlctl.h>
  18. #include <statreg.h>
  19.