MW_TkHeaderCommon.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /*
  2.  * MW_TkHeaderCommon.h --
  3.  *
  4.  *  Common includes for precompiled headers
  5.  *
  6.  * Copyright (c) 1998 by Scriptics Corporation.
  7.  *
  8.  * See the file "license.terms" for information on usage and redistribution
  9.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  10.  *
  11.  * RCS: @(#) $Id$
  12.  */
  13. #pragma once
  14. #include "tclMacCommonPch.h"
  15. #ifdef TCL_DEBUG
  16.     #define TK_TEST
  17. #endif
  18. /*
  19.  * The following defines are for the Xlib.h file to force 
  20.  * it to generate prototypes in the way we need it.  This is
  21.  * defined here in case X.h & company are ever included before
  22.  * tk.h.
  23.  */
  24. #define NeedFunctionPrototypes 1
  25. #define NeedWidePrototypes 0
  26. /*
  27.  * Place any includes below that will are needed by the majority of the
  28.  * and is OK to be in any file in the system.
  29.  */
  30. #include "tcl.h"
  31. #include "tk.h"
  32. #include "tkInt.h"