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.

73 lines
1.4 KiB

  1. /*
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. Module Name:
  4. stdafx.h
  5. Abstract:
  6. include file for standard system include files,
  7. or project specific include files that are used frequently,
  8. but are changed infrequently
  9. */
  10. #if !defined(AFX_STDAFX_H__F1029E51_CB5B_11D0_8D59_00C04FD91AC0__INCLUDED_)
  11. #define AFX_STDAFX_H__F1029E51_CB5B_11D0_8D59_00C04FD91AC0__INCLUDED_
  12. #if _MSC_VER >= 1000
  13. #pragma once
  14. #endif // _MSC_VER >= 1000
  15. #define STRICT
  16. #define SECURITY_WIN32
  17. #ifdef __cplusplus
  18. extern "C" {
  19. #endif
  20. #include <nt.h>
  21. #include <windef.h>
  22. #include <ntrtl.h>
  23. #include <nturtl.h>
  24. #include <ntseapi.h>
  25. #include <tapi3.h>
  26. #undef ASSERT
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30. #define _ATL_FREE_THREADED
  31. #include <oleauto.h>
  32. #include <atlbase.h>
  33. //You may derive a class from CComModule and use it if you want to override
  34. //something, but do not change the name of _Module
  35. extern CComModule _Module;
  36. #include <atlcom.h>
  37. #include <time.h>
  38. #include <winsock2.h>
  39. #include <winldap.h>
  40. // the real template name is longer that the limit of debug information.
  41. // we got a lot of this warning.
  42. #pragma warning (disable:4786)
  43. #include <mspenum.h> // for CSafeComEnum
  44. #include "rnderr.h"
  45. #include "resource.h"
  46. #include "rndsec.h"
  47. #include <msplog.h>
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_STDAFX_H__F1029E51_CB5B_11D0_8D59_00C04FD91AC0__INCLUDED)