/* $Id: tixWinPort.h,v 1.1.1.1 2000/05/17 11:08:55 idiscovery Exp $ */ /* * tixWinPort.h -- * * This header file handles porting issues that occur because of * differences between systems. It reads in platform specific * portability files. * * Copyright (c) 1996, Expert Interface Technologies * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * */ #ifndef _TIX_WINPORT_H_ #define _TIX_WINPORT_H_ #include #include #include #include #include #include #include #include #include #define WIN32_LEAN_AND_MEAN # ifndef __PM__ # include # endif #undef WIN32_LEAN_AND_MEAN typedef unsigned char UNSIGNED_CHAR; #endif /* _TIX_WINPORT_H_ */