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.

37 lines
620 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 "global.hxx"