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
833 B

  1. /*****************************************************************************
  2. *
  3. * Copyright (c) 1998 Microsoft Corporation
  4. *
  5. * Module Name:
  6. *
  7. * all.hxx
  8. *
  9. * Abstract:
  10. *
  11. * This is the pre-compiled header file containing all of the common
  12. * SDK and DDK headers.
  13. *
  14. * Author:
  15. *
  16. * Steven West [swest] 1-January-1999
  17. *
  18. * Revision History:
  19. *
  20. *****************************************************************************/
  21. #pragma once
  22. #include <stdlib.h>
  23. #include <time.h>
  24. //#include <stl.h>
  25. #include <memory>
  26. using namespace std;
  27. #include <nt.h>
  28. #include <ntrtl.h>
  29. #include <nturtl.h>
  30. #include <ntstatus.h>
  31. #include <ntioapi.h>
  32. #include <windows.h>
  33. #include <tchar.h>
  34. #include <dbt.h>
  35. #include <devguid.h>
  36. #include <eh.h>
  37. #include <shlwapi.h>