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.

33 lines
614 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 <stdio.h>
  23. #include <stdlib.h>
  24. #include <windows.h>
  25. #include <shlwapi.h>
  26. #include <lhc.h>
  27. #include "library.h"
  28. #include "suite.h"