mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-10 00:52:11 +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>
|
||||
|
||||
// from polipo
|
@ -14,7 +14,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <trantor/exports.h>
|
||||
#include <stdint.h>
|
||||
|
||||
struct iovec
|
||||
@ -23,4 +22,4 @@ struct iovec
|
||||
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