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.

56 lines
677 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Master include file.
  7. Author:
  8. Keith Moore (keithmo) 03-Feb-1997
  9. Revision History:
  10. --*/
  11. #ifndef _PRECOMP_HXX_
  12. #define _PRECOMP_HXX_
  13. //
  14. // System include files.
  15. //
  16. extern "C" {
  17. #include <nt.h>
  18. #include <ntrtl.h>
  19. #include <nturtl.h>
  20. #include <windows.h>
  21. #include <ole2.h>
  22. #include <stdio.h>
  23. #include <stdlib.h>
  24. #include <string.h>
  25. #include <memory.h>
  26. #include <io.h>
  27. } // extern "C"
  28. //
  29. // Project include files.
  30. //
  31. #include <iadmw.h>
  32. #include <iiscnfg.h>
  33. #include <mdlib.hxx>
  34. #endif // _PRECOMP_HXX_