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.

58 lines
1.7 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 1999
  6. //
  7. // File: stdafx.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // stdafx.h : include file for standard system include files,
  11. // or project specific include files that are used frequently,
  12. // but are changed infrequently
  13. #if !defined(AFX_STDAFX_H__3D5905E4_523C_11D1_9FEA_00600832DB4A__INCLUDED_)
  14. #define AFX_STDAFX_H__3D5905E4_523C_11D1_9FEA_00600832DB4A__INCLUDED_
  15. #if _MSC_VER >= 1000
  16. #pragma once
  17. #endif // _MSC_VER >= 1000
  18. #define STRICT
  19. //#define _WIN32_WINNT 0x0400
  20. #define _ATL_APARTMENT_THREADED
  21. #include <windows.h>
  22. #include <shellapi.h>
  23. #include <atlbase.h>
  24. using namespace ::ATL;
  25. //You may derive a class from CComModule and use it if you want to override
  26. //something, but do not change the name of _Module
  27. extern CComModule _Module;
  28. //#include <atlwin21.h>
  29. #include <atlcom.h>
  30. #include <atlctl.h>
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  33. #include <vector>
  34. #include <string>
  35. #include "tstring.h"
  36. //############################################################################
  37. //############################################################################
  38. //
  39. // Files #included from base and core.
  40. //
  41. //############################################################################
  42. //############################################################################
  43. #include "mmcdebug.h"
  44. #include "mmcerror.h"
  45. #include "classreg.h"
  46. #include "strings.h"
  47. #endif // !defined(AFX_STDAFX_H__3D5905E4_523C_11D1_9FEA_00600832DB4A__INCLUDED)