# HG changeset patch # User diego # Date 1050875969 0 # Node ID ff5630909aa33ebeb17e1686ccc666d06369dd68 # Parent 204a20abe5bf688cbe9025c36971da273c4f549f duplicate from etc/cygwin_inttypes.h diff -r 204a20abe5bf -r ff5630909aa3 TOOLS/cygwin_inttypes.h --- a/TOOLS/cygwin_inttypes.h Sun Apr 20 17:54:27 2003 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#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