Removed unneded Cygwin #ifdefs. Tested by Diego Biurrun

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9947 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rtognimp 2003-04-20 14:40:38 +00:00
parent b104833775
commit 8ab9f0251f
4 changed files with 0 additions and 24 deletions

View File

@ -33,12 +33,6 @@
#include "rmff.h" #include "rmff.h"
#include "rtsp.h" #include "rtsp.h"
#ifdef __CYGWIN__
#define uint32_t unsigned int
#define uint16_t unsigned short int
#define uint8_t unsigned char
#endif
/* /*
* calculates response and checksum of a given challenge * calculates response and checksum of a given challenge
* (RealChallenge1 in rtsp). See implementation for details. * (RealChallenge1 in rtsp). See implementation for details.

View File

@ -66,12 +66,6 @@
#define PN_PERFECT_PLAY_ENABLED 0x02 #define PN_PERFECT_PLAY_ENABLED 0x02
#define PN_LIVE_BROADCAST 0x04 #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 * rm header data structs
*/ */

View File

@ -30,12 +30,6 @@
#define HAVE_RTSP_H #define HAVE_RTSP_H
#ifdef __CYGWIN__
#define uint32_t unsigned int
#define uint16_t unsigned short int
#define uint8_t unsigned char
#endif
/* some codes returned by rtsp_request_* functions */ /* some codes returned by rtsp_request_* functions */
#define RTSP_STATUS_SET_PARAMETER 10 #define RTSP_STATUS_SET_PARAMETER 10

View File

@ -32,12 +32,6 @@
#include "rmff.h" #include "rmff.h"
#include "rtsp.h" #include "rtsp.h"
#ifdef __CYGWIN__
#define uint32_t unsigned int
#define uint16_t unsigned short int
#define uint8_t unsigned char
#endif
typedef struct { typedef struct {
char *id; char *id;