Conversation
|
@Dimi1010 we can merge this PR, but I think we need to archive / delete this repo because we can't use it... |
Don't archive it yet. I have an idea about using the auto update workflow script to generate PRs from this repo to the main repo to keep them in sync. |
| #ifdef _WIN32 | ||
| #include <winsock2.h> | ||
| #pragma comment(lib, "ws2_32.lib") | ||
| #else | ||
| #include <arpa/inet.h> | ||
| #endif |
There was a problem hiding this comment.
Unsure about this one?
There was a problem hiding this comment.
I'm pretty sure some tests don't compile / pass on all platforms. This is something we need to fix if we really want to use this fork
| #ifdef _WIN32 | ||
| #include <winsock2.h> | ||
| #pragma comment(lib, "ws2_32.lib") | ||
| #else | ||
| #include <arpa/inet.h> | ||
| #endif |
There was a problem hiding this comment.
I'm pretty sure some tests don't compile / pass on all platforms. This is something we need to fix if we really want to use this fork
No description provided.