changeset 2183:15da29db3ff1

don't expect win32 bin yet, only wanna have this already in cvs, btw. it has to be copied to main/inttypes.h
author atmos4
date Sat, 13 Oct 2001 13:47:44 +0000
parents a7e539b11ba0
children 966ec115c87f
files TOOLS/cygwin_inttypes.h
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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 <sys/types.h>
+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