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.

37 lines
1.1 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__CFE11CCC_8001_11D2_BCF8_00C04F72C717__INCLUDED_)
  14. #define AFX_STDAFX_H__CFE11CCC_8001_11D2_BCF8_00C04F72C717__INCLUDED_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. #define STRICT
  19. #ifndef _WIN32_WINNT
  20. #define _WIN32_WINNT 0x0400
  21. #endif
  22. #define _ATL_APARTMENT_THREADED
  23. #include <atlbase.h>
  24. //You may derive a class from CComModule and use it if you want to override
  25. //something, but do not change the name of _Module
  26. extern CComModule _Module;
  27. #include <atlcom.h>
  28. //{{AFX_INSERT_LOCATION}}
  29. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  30. #endif // !defined(AFX_STDAFX_H__CFE11CCC_8001_11D2_BCF8_00C04F72C717__INCLUDED)