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.1 KiB

  1. //=======================================================================
  2. //
  3. // Copyright (C) Microsoft Corporation, 1998 - 1999 All Rights Reserved.
  4. //
  5. // File: stdafx.h : include file for standard system include files,
  6. // or project specific include files that are used frequently,
  7. // but are changed infrequently
  8. //
  9. //=======================================================================
  10. #if !defined(AFX_STDAFX_H__A3863C20_86EB_11D1_A9DB_00C04FB16F9E__INCLUDED_)
  11. #define AFX_STDAFX_H__A3863C20_86EB_11D1_A9DB_00C04FB16F9E__INCLUDED_
  12. #if _MSC_VER >= 1000
  13. #pragma once
  14. #endif // _MSC_VER >= 1000
  15. #define STRICT
  16. //#define _WIN32_WINNT 0x0400
  17. #define _ATL_APARTMENT_THREADED
  18. #include <atlbase.h>
  19. //You may derive a class from CComModule and use it if you want to override
  20. //something, but do not change the name of _Module
  21. extern CComModule _Module;
  22. #include <atlcom.h>
  23. //{{AFX_INSERT_LOCATION}}
  24. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  25. #include "cathelpp.h"
  26. #endif // !defined(AFX_STDAFX_H__A3863C20_86EB_11D1_A9DB_00C04FB16F9E__INCLUDED)