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.

44 lines
880 B

  1. #ifndef _PRECOMP_H_
  2. #define _PRECOMP_H_
  3. //////////////////////////////////////////////////////////////////////////////
  4. //
  5. // Copyright (c) 2000 Microsoft Corporation
  6. //
  7. // Module: precomp.h
  8. //
  9. // Author: Dan Elliott
  10. //
  11. // Abstract:
  12. //
  13. // Environment:
  14. // Neptune
  15. //
  16. // Revision History:
  17. // 00/08/08 dane Created
  18. //
  19. //////////////////////////////////////////////////////////////////////////////
  20. #include <nt.h>
  21. #include <ntrtl.h>
  22. #include <nturtl.h>
  23. #include <windows.h>
  24. #include <guiddef.h>
  25. #include <wtypes.h>
  26. #include <setupapi.h>
  27. #include <syssetup.h>
  28. #include <ole2.h>
  29. #include <oleauto.h>
  30. #include <shellapi.h>
  31. #include <shlwapi.h>
  32. #include <shlobj.h>
  33. #include <winsvcp.h>
  34. #include <ntsetup.h>
  35. #endif // _PRECOMP_H_
  36. //
  37. ///// End of file: precomp.h ////////////////////////////////////////////////