From 21aa4eed6d0e90f9a9b548c1adaad7dccf2f4862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 6 Apr 2004 19:20:15 +0000 Subject: Prepare for MinGW port: move M$VC specific header files into sparate directory regenerate config.h for M$VC compilation fixes add some getchar()s into xineui.exe (popup dialogs would be better) CVS patchset: 6338 CVS date: 2004/04/06 19:20:15 --- src/input/libreal/rmff.h | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'src/input') diff --git a/src/input/libreal/rmff.h b/src/input/libreal/rmff.h index 38893e8d1..4f33d93a5 100644 --- a/src/input/libreal/rmff.h +++ b/src/input/libreal/rmff.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: rmff.h,v 1.4 2003/12/09 00:02:30 f1rmb Exp $ + * $Id: rmff.h,v 1.5 2004/04/06 19:20:16 valtri Exp $ * * some functions for real media file headers * adopted from joschkas real tools @@ -32,6 +32,7 @@ #include #include #include +#include #ifndef HAVE_RMFF_H @@ -62,12 +63,6 @@ #define PN_PERFECT_PLAY_ENABLED 0x02 #define PN_LIVE_BROADCAST 0x04 -#ifdef __CYGWIN__ -#define uint32_t unsigned int -#define uint16_t unsigned short int -#define uint8_t unsigned char -#endif - /* * rm header data structs */ -- cgit v1.2.3