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.

42 lines
748 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. precomp.h
  6. Abstract:
  7. precompiled header file
  8. Author:
  9. Albert Ting (AlbertT) 17-Sept-1996
  10. Revision History:
  11. --*/
  12. #define MODULE "SPLSVC:"
  13. #define MODULE_DEBUG SplSvcDebug
  14. #pragma warning (disable: 4514) /* Disable unreferenced inline function removed */
  15. #pragma warning (disable: 4201) /* Disable nameless union/struct */
  16. #pragma warning (disable: 4127) /* Disable constant loop expression
  17. */
  18. #include "clusres.h"
  19. #include <winspool.h>
  20. #include <tchar.h>
  21. #include <shellapi.h>
  22. #include <winsprlp.h>
  23. #include <strsafe.h>
  24. #include "global.hxx"
  25. #include "util.hxx"
  26. #include "clstrcmp.h"