comparison libmpdemux/realrtsp/rtsp.h @ 9946:7a51e10ceef4

Removed unneded Cygwin #ifdefs. Tested by Diego Biurrun
author rtognimp
date Sun, 20 Apr 2003 14:40:38 +0000
parents 6cb7a295ab0e
children fff1b6f1a9cc
comparison
equal deleted inserted replaced
9945:3fc0faa861cb 9946:7a51e10ceef4
27 */ 27 */
28 28
29 #ifndef HAVE_RTSP_H 29 #ifndef HAVE_RTSP_H
30 #define HAVE_RTSP_H 30 #define HAVE_RTSP_H
31 31
32
33 #ifdef __CYGWIN__
34 #define uint32_t unsigned int
35 #define uint16_t unsigned short int
36 #define uint8_t unsigned char
37 #endif
38 32
39 /* some codes returned by rtsp_request_* functions */ 33 /* some codes returned by rtsp_request_* functions */
40 34
41 #define RTSP_STATUS_SET_PARAMETER 10 35 #define RTSP_STATUS_SET_PARAMETER 10
42 #define RTSP_STATUS_OK 200 36 #define RTSP_STATUS_OK 200