home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _deea9d0a174513fe94a6106dfb7c0cd2 < prev    next >
Encoding:
Text File  |  2004-06-01  |  499 b   |  24 lines

  1.  
  2. /*    $Id: tixWinInt.h,v 1.1.1.1 2000/05/17 11:08:55 idiscovery Exp $    */
  3.  
  4. /*
  5.  * tixWinInt.h
  6.  *
  7.  *    Internal header file for Tix on the Windows platform.
  8.  *
  9.  * Copyright (c) 1996, Expert Interface Technologies
  10.  *
  11.  * See the file "license.terms" for information on usage and redistribution
  12.  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  13.  *
  14.  */
  15.  
  16. #ifndef _TIX_WIN_INT_H_
  17. #define _TIX_WIN_INT_H_
  18.  
  19. #ifndef _TIX_INT_H_
  20. #include "tixInt.h"
  21. #endif
  22.  
  23. #endif /* _TIX_WIN_INT_H_ */
  24.