Skip to content

Instantly share code, notes, and snippets.

/* Fixed compatibility issue with windows 7 #3285 (kampeador) https://github.com/libuv/libuv/pull/3285 */
#pragma comment(lib, "ws2_32.lib")
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <wchar.h>