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.

46 lines
826 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 <memory>
  23. #include <map>
  24. using namespace std;
  25. #include <new.h>
  26. extern "C"
  27. {
  28. #include <tchar.h>
  29. #include <stdio.h>
  30. #include <conio.h>
  31. #include <nt.h>
  32. #include <ntrtl.h>
  33. #include <nturtl.h>
  34. #include <windows.h>
  35. #include <shlwapi.h>
  36. #include <eh.h>
  37. }
  38. #include <except.hxx>
  39. #include <xwindows.hxx>