mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
Also move windows support.
This commit is contained in:
parent
2fc39f37dc
commit
e78b34f274
@ -12,7 +12,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <trantor/utils/WindowsSupport.h>
|
#include "windows_support.h"
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
|
|
||||||
// from polipo
|
// from polipo
|
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <trantor/exports.h>
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
struct iovec
|
struct iovec
|
||||||
@ -23,4 +22,4 @@ struct iovec
|
|||||||
int iov_len; /* Number of bytes */
|
int iov_len; /* Number of bytes */
|
||||||
};
|
};
|
||||||
|
|
||||||
TRANTOR_EXPORT int readv(int fd, const struct iovec *vector, int count);
|
int readv(int fd, const struct iovec *vector, int count);
|
Loading…
Reference in New Issue
Block a user