зеркало из https://github.com/mozilla/gecko-dev.git
Bug 798352 - Define EALREADY for VC9. r=rjesup
This commit is contained in:
Родитель
b8ce5d610c
Коммит
6042482b64
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <errno.h>
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#if !defined(__Userspace_os_Windows)
|
#if !defined(__Userspace_os_Windows)
|
||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
#define NETWERK_SCTP_DATACHANNEL_DATACHANNEL_H_
|
#define NETWERK_SCTP_DATACHANNEL_DATACHANNEL_H_
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <errno.h>
|
||||||
#include "nsISupports.h"
|
#include "nsISupports.h"
|
||||||
#include "nsCOMPtr.h"
|
#include "nsCOMPtr.h"
|
||||||
#include "nsString.h"
|
#include "nsString.h"
|
||||||
|
@ -25,6 +26,10 @@
|
||||||
#include "mtransport/transportlayerprsock.h"
|
#include "mtransport/transportlayerprsock.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef EALREADY
|
||||||
|
#define EALREADY WSAEALREADY
|
||||||
|
#endif
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
struct socket;
|
struct socket;
|
||||||
struct sctp_rcvinfo;
|
struct sctp_rcvinfo;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче