home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / tixWinInt.h < prev    next >
Encoding:
C/C++ Source or Header  |  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.