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.

75 lines
1.4 KiB

  1. /*++
  2. Copyright (c) 2000-2001 Microsoft Corporation
  3. Module Name:
  4. StdAfx.h
  5. Abstract:
  6. Precompiled header file.
  7. Author:
  8. Stefan R. Steiner [ssteiner] 02-01-2000
  9. Revision History:
  10. X-3 MCJ Michael C. Johnson 12-Jun-2000
  11. Added vswriter.h and vsbackup.h
  12. X-2 MCJ Michael C. Johnson 6-Mar-2000
  13. Added coord.h and vsevent.h to include list.
  14. --*/
  15. #ifndef __H_STDAFX_
  16. #define __H_STDAFX_
  17. #pragma once
  18. //
  19. // C4290: C++ Exception Specification ignored
  20. //
  21. #pragma warning(disable:4290)
  22. #pragma warning(disable:4201) // C4201: nonstandard extension used : nameless struct/union
  23. // Insert your headers here
  24. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  25. #include <nt.h>
  26. #include <ntrtl.h>
  27. #include <nturtl.h>
  28. #undef ASSERT
  29. #undef _ASSERTE
  30. #include <windows.h>
  31. #include <ntddstor.h>
  32. #include <wchar.h>
  33. #include <string.h>
  34. #include <iostream.h>
  35. #include <stdlib.h>
  36. #include <comadmin.h>
  37. #include "vs_assert.hxx"
  38. #pragma warning( disable: 4127 ) // warning C4127: conditional expression is constant
  39. #include <stddef.h>
  40. #include <oleauto.h>
  41. #include <atlbase.h>
  42. #include <atlbase.h>
  43. #include <atlconv.h>
  44. extern CComModule _Module;
  45. #include <atlcom.h>
  46. #include "vs_inc.hxx"
  47. #include "vs_idl.hxx"
  48. #include <vswriter.h>
  49. #include <vsbackup.h>
  50. #endif // __H_STDAFX_