home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / Tk / pTk / tixWinInt.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-10  |  424 b   |  21 lines

  1. /*
  2.  * tixWinInt.h
  3.  *
  4.  *    Internal header file for Tix on the Windows platform.
  5.  *
  6.  * Copyright (c) 1996, Expert Interface Technologies
  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.  */
  12.  
  13. #ifndef _TIX_WIN_INT_H_
  14. #define _TIX_WIN_INT_H_
  15.  
  16. #ifndef _TIX_INT_H_
  17. #include "tixInt.h"
  18. #endif
  19.  
  20. #endif /* _TIX_WIN_INT_H_ */
  21.