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.

37 lines
627 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. precomp.hxx
  6. Abstract:
  7. precompiled header file
  8. Author:
  9. Albert Ting (AlbertT) 2-Oct-1996
  10. Revision History:
  11. --*/
  12. #define MODULE "SPLTEST:"
  13. #define MODULE_DEBUG SplTestDebug
  14. #pragma warning (disable: 4514) /* Disable unreferenced inline function removed */
  15. #pragma warning (disable: 4201) /* Disable nameless union/struct */
  16. #include <windows.h>
  17. #include <winspool.h>
  18. #include <winsprlp.h>
  19. #include <tchar.h>
  20. #include <stdio.h>
  21. #include <stdlib.h>
  22. #include "spllib.hxx"