aboutsummaryrefslogtreecommitdiff
path: root/lib/cmyth
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2011-09-19 15:57:32 +0200
committerWiSo <wiso@xbmc.org>2011-09-19 15:57:32 +0200
commita4ddc2a614b54ffaac66de09132e86b3de8497ac (patch)
tree8f5391719cee3bcb0768e89b5d76517df206f082 /lib/cmyth
parent478db2c56d5e41bb94e267bf0a256b38202b4dd5 (diff)
[WIN32] fixed some warnings. ETIMEDOUT and ECANCELED already defined.
Diffstat (limited to 'lib/cmyth')
-rw-r--r--lib/cmyth/libcmyth/cmyth_local.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/cmyth/libcmyth/cmyth_local.h b/lib/cmyth/libcmyth/cmyth_local.h
index a592b4c65a..40bed11182 100644
--- a/lib/cmyth/libcmyth/cmyth_local.h
+++ b/lib/cmyth/libcmyth/cmyth_local.h
@@ -45,8 +45,6 @@
typedef void* pthread_mutex_t;
extern pthread_mutex_t mutex;
#define mutex __cmyth_mutex
-#define ECANCELED -1
-#define ETIMEDOUT -1
#define SHUT_RDWR SD_BOTH
typedef SOCKET cmyth_socket_t;
typedef int socklen_t;