From 377dda939f4583ab7ba06475eef047ff8d3401ba Mon Sep 17 00:00:00 2001 From: atmos4 Date: Sat, 13 Oct 2001 13:47:44 +0000 Subject: don't expect win32 bin yet, only wanna have this already in cvs, btw. it has to be copied to main/inttypes.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2184 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/cygwin_inttypes.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TOOLS/cygwin_inttypes.h (limited to 'TOOLS') diff --git a/TOOLS/cygwin_inttypes.h b/TOOLS/cygwin_inttypes.h new file mode 100644 index 0000000000..25728c05e4 --- /dev/null +++ b/TOOLS/cygwin_inttypes.h @@ -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 -- cgit v1.2.3