summaryrefslogtreecommitdiffstats
path: root/libmpdemux/realrtsp/real.h
diff options
context:
space:
mode:
authorrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-20 14:40:38 +0000
committerrtognimp <rtognimp@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-20 14:40:38 +0000
commit8ab9f0251fb1c6e1f3177e2f34f9366397b5a77a (patch)
tree0fa4d275a246b33ceb2e6c1350bea8871aa1739b /libmpdemux/realrtsp/real.h
parentb1048337754db6d4419d10b423bd142885e27a36 (diff)
downloadmpv-8ab9f0251fb1c6e1f3177e2f34f9366397b5a77a.tar.bz2
mpv-8ab9f0251fb1c6e1f3177e2f34f9366397b5a77a.tar.xz
Removed unneded Cygwin #ifdefs. Tested by Diego Biurrun
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9947 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux/realrtsp/real.h')
-rw-r--r--libmpdemux/realrtsp/real.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmpdemux/realrtsp/real.h b/libmpdemux/realrtsp/real.h
index 2e1aff054c..f3b9c61bae 100644
--- a/libmpdemux/realrtsp/real.h
+++ b/libmpdemux/realrtsp/real.h
@@ -33,12 +33,6 @@
#include "rmff.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
* (RealChallenge1 in rtsp). See implementation for details.