#define close closesocket
This commit is contained in:
parent
933b38d5c5
commit
faa076723c
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
|
||||
*/
|
||||
|
||||
// win32/libc_interface.h defines its own socket(), read() and so on.
|
||||
// We don't want to use it here.
|
||||
#define _LIBC_INTERFACE_H_ 1
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
#include "glib.h"
|
||||
|
@ -45,6 +49,7 @@
|
|||
#define getpid _getpid
|
||||
#define ssize_t SSIZE_T
|
||||
#include "win32/win32dep.h"
|
||||
#define close closesocket
|
||||
#endif
|
||||
|
||||
#include "purple_defs.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue