# HG changeset patch # User atmos4 # Date 1002980864 0 # Node ID 15da29db3ff1c156a32ac0f275fbbbec23094af5 # Parent a7e539b11ba0d6babf334ebffd6606ddfcf55109 don't expect win32 bin yet, only wanna have this already in cvs, btw. it has to be copied to main/inttypes.h diff -r a7e539b11ba0 -r 15da29db3ff1 TOOLS/cygwin_inttypes.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TOOLS/cygwin_inttypes.h Sat Oct 13 13:47:44 2001 +0000 @@ -0,0 +1,8 @@ +#ifndef _CYGWIN_INTTYPES_H +#define _CYGWIN_INTTYPES_H +#include +typedef u_int8_t uint8_t; +typedef u_int16_t uint16_t; +typedef u_int32_t uint32_t; +typedef u_int64_t uint64_t; +#endif