precomp.h
上传用户:looem2003
上传日期:2014-07-20
资源大小:13733k
文件大小:0k
源码类别:

打印编程

开发平台:

Visual C++

  1. /*++
  2. Copyright (c) 1990-2003  Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5.     precomp.h
  6. Abstract:
  7.     Precompiled header file.
  8.     Only place relatively static header files in here.
  9. Environment:
  10.     User Mode -Win32
  11. Revision History:
  12. --*/
  13. #include <windows.h>
  14. #include <winspool.h>
  15. #include <winsplp.h>
  16. #include <wchar.h>
  17. #include <stddef.h>
  18. #include <commctrl.h>
  19. #include "resource.h"
  20. #include "local.h"
  21. #include <strsafe.h>