mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Unfortunately Windows has two different values for EBADF depending on
if it's a file or a socket. We'll have to deal with these as they show up. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@438 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
ba06340ab8
commit
0a9abdd9d1
1 changed files with 0 additions and 1 deletions
|
|
@ -4,7 +4,6 @@
|
|||
#ifdef HAVE_WINSOCK2_H
|
||||
#include <winsock2.h>
|
||||
|
||||
#define EBADF WSAEBADF
|
||||
#define ESHUTDOWN WSAESHUTDOWN
|
||||
#define ECONNRESET WSAECONNRESET
|
||||
#define ECONNABORTED WSAECONNABORTED
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue