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.

41 lines
569 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. spllibp.hxx
  6. Abstract:
  7. Private precomp header
  8. Author:
  9. Albert Ting (AlbertT) 3-Dec-1994
  10. Revision History:
  11. --*/
  12. #define MODULE "SPLLIB:"
  13. #define MODULE_DEBUG SplLibDebug
  14. #define LINK_SPLLIB
  15. extern "C" {
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. }
  20. #include <windows.h>
  21. #include <stddef.h>
  22. #include <stdio.h>
  23. #include <stdlib.h>
  24. #include <tchar.h>
  25. #include <shlwapi.h>
  26. #include <strsafe.h>
  27. #include "spllib.hxx"