Also move windows support.

This commit is contained in:
Relintai 2022-02-10 08:47:31 +01:00
parent 2fc39f37dc
commit e78b34f274
2 changed files with 2 additions and 3 deletions

View File

@ -12,7 +12,7 @@
*
*/
#include <trantor/utils/WindowsSupport.h>
#include "windows_support.h"
#include <winsock2.h>
// from polipo

View File

@ -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);