Source code of Windows XP (NT5)
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
764 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. using namespace std;
  24. #include <new.h>
  25. extern "C"
  26. {
  27. #include <tchar.h>
  28. #include <stdio.h>
  29. #include <conio.h>
  30. #include <nt.h>
  31. #include <ntrtl.h>
  32. #include <nturtl.h>
  33. #include <windows.h>
  34. #include <shlwapi.h>
  35. #include <eh.h>
  36. }
  37. #include <except.hxx>
  38. #include <xwindows.hxx>