Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.4 KiB

  1. /*************************************************************************/
  2. /* Copyright (C) 1999 Microsoft Corporation */
  3. /* File: stdafx.h */
  4. /* Description: include file for standard system include files, */
  5. /* or project specific include files that are used frequently, */
  6. /* but are changed infrequently */
  7. /* Author: David Janecek */
  8. /*************************************************************************/
  9. #if !defined(AFX_STDAFX_H__38EE5CE4_4B62_11D3_854F_00A0C9C898E7__INCLUDED_)
  10. #define AFX_STDAFX_H__38EE5CE4_4B62_11D3_854F_00A0C9C898E7__INCLUDED_
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14. #ifndef STRICT
  15. #define STRICT
  16. #ifndef _WIN32_WINNT
  17. #define _WIN32_WINNT 0x0400
  18. #endif
  19. #endif
  20. #define _ATL_APARTMENT_THREADED
  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. #include <strsafe.h>
  28. #include "ObjectWithSiteImplSec.h"
  29. //{{AFX_INSERT_LOCATION}}
  30. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  31. #endif // !defined(AFX_STDAFX_H__38EE5CE4_4B62_11D3_854F_00A0C9C898E7__INCLUDED)