#include <winsock2.h>
#include <windows.h>
#include <mswsock.h>
#include <iphlpapi.h>
#include <string>
#include <vector>
#include <mstcpip.h>
#include <ws2tcpip.h>
#include <ipexport.h>
#include <process.h>
Go to the source code of this file.
◆ _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS |
◆ _WIN32_WINNT
#define _WIN32_WINNT 0x0600 |
◆ AI_NUMERICSERV
#define AI_NUMERICSERV 0x0400 |
◆ NOMINMAX
◆ rmdir_utf8()
static int rmdir_utf8 |
( |
const char * |
filename | ) |
|
|
inlinestatic |
◆ unlink_utf8()
static int unlink_utf8 |
( |
const char * |
filename | ) |
|
|
inlinestatic |
◆ utf8_to_utf16()
static std::wstring utf8_to_utf16 |
( |
const char * |
utf8_string | ) |
|
|
inlinestatic |