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.

55 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. spllib.hxx
  6. Abstract:
  7. All definitions for spllib.
  8. Author:
  9. Albert Ting (AlbertT) 21-Dec-1994
  10. Revision History:
  11. --*/
  12. #ifndef _SPLLIB_HXX
  13. #define _SPLLIB_HXX
  14. #ifndef RC_INVOKED
  15. #include "..\spllib\common.hxx"
  16. #include "..\spllib\mem.hxx"
  17. #include "..\spllib\trace.hxx"
  18. #include "..\spllib\debug.hxx"
  19. #include "..\spllib\webpnp.h"
  20. #include "..\spllib\webutil.hxx"
  21. #include "..\spllib\webipp.h"
  22. #include "..\spllib\marshall.h"
  23. #include "..\spllib\checkpoint.hxx"
  24. #ifdef __cplusplus
  25. #pragma warning (disable: 4514) /* Disable unreferenced inline function removed */
  26. #pragma warning (disable: 4201) /* Disable nameless union/struct */
  27. #include "..\spllib\csem.hxx"
  28. #include "..\spllib\templ.hxx"
  29. #include "..\spllib\string.hxx"
  30. #include "..\spllib\splutil.hxx"
  31. #include "..\spllib\state.hxx"
  32. #include "..\spllib\threadm.hxx"
  33. #include "..\spllib\exec.hxx"
  34. #include "..\spllib\memblock.hxx"
  35. #include "..\spllib\sleepn.hxx"
  36. #include "..\spllib\bitarray.hxx"
  37. #include "..\spllib\loadlib.hxx"
  38. #include "..\spllib\dnode.hxx"
  39. #include "..\spllib\dlist.hxx"
  40. #include "..\spllib\dlistlck.hxx"
  41. #endif
  42. #include "..\spllib\clink.hxx"
  43. #endif
  44. #endif // _SPLLIB_HXX