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.

40 lines
763 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (C) 1999--2001 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // stdafx.h
  7. //
  8. // Description:
  9. // Global header file.
  10. //
  11. // History:
  12. // Xing Jin (i-xingj) 23-Dec-2000
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. #pragma once
  16. #undef _ATL_NO_DEBUG_CRT
  17. #include <windows.h>
  18. #include <stdlib.h>
  19. #include <stdio.h>
  20. #include <atlbase.h>
  21. #include <wbemidl.h>
  22. #include <initguid.h>
  23. #include <wbemcli.h>
  24. #include <wbemprov.h>
  25. #include <cdosys.h>
  26. #include <cdosysstr.h>
  27. #include <cdosyserr.h>
  28. using namespace CDO;
  29. #include <salocmgr.h>
  30. #include <elementmgr.h>
  31. #include <satrace.h>