Leaked source code of windows server 2003
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.

45 lines
1.1 KiB

  1. /*
  2. Copyright (c) 1998-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. Author:
  10. */
  11. #if !defined(AFX_STDAFX_H__C259D79E_C8AB_11D0_8D58_00C04FD91AC0__INCLUDED_)
  12. #define AFX_STDAFX_H__C259D79E_C8AB_11D0_8D58_00C04FD91AC0__INCLUDED_
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. #define STRICT
  17. #include <afxwin.h>
  18. #include <afxdisp.h>
  19. #ifndef _WIN32_WINNT
  20. #define _WIN32_WINNT 0x0400
  21. #endif
  22. #define _ATL_FREE_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. #include "ObjectSafeImpl.h"
  29. //{{AFX_INSERT_LOCATION}}
  30. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  31. #endif // !defined(AFX_STDAFX_H__C259D79E_C8AB_11D0_8D58_00C04FD91AC0__INCLUDED)