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

通讯编程

开发平台:

Visual C++

  1. /*
  2.  * tkUnixInt.h --
  3.  *
  4.  * This file contains declarations that are shared among the
  5.  * UNIX-specific parts of Tk but aren't used by the rest of
  6.  * Tk.
  7.  *
  8.  * Copyright (c) 1995-1997 Sun Microsystems, Inc.
  9.  *
  10.  * See the file "license.terms" for information on usage and redistribution
  11.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  12.  *
  13.  * RCS: @(#) $Id: tkUnixInt.h,v 1.4 1999/04/16 01:51:46 stanton Exp $
  14.  */
  15. #ifndef _TKUNIXINT
  16. #define _TKUNIXINT
  17. #ifndef _TKINT
  18. #include "tkInt.h"
  19. #endif
  20. /*
  21.  * Prototypes for procedures that are referenced in files other
  22.  * than the ones they're defined in.
  23.  */
  24. #include "tkIntPlatDecls.h"
  25. #endif /* _TKUNIXINT */