#include "webrtc/base/win32.h"
#include <winsock2.h>
#include <ws2tcpip.h>
#include <algorithm>
#include "webrtc/base/arraysize.h"
#include "webrtc/base/basictypes.h"
#include "webrtc/base/byteorder.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
|
const char * | rtc::win32_inet_ntop (int af, const void *src, char *dst, socklen_t size) |
|
int | rtc::win32_inet_pton (int af, const char *src, void *dst) |
|
void | rtc::FileTimeToUnixTime (const FILETIME &ft, time_t *ut) |
|
void | rtc::UnixTimeToFileTime (const time_t &ut, FILETIME *ft) |
|
bool | rtc::Utf8ToWindowsFilename (const std::string &utf8, std::wstring *filename) |
|
bool | rtc::GetOsVersion (int *major, int *minor, int *build) |
|
bool | rtc::GetCurrentProcessIntegrityLevel (int *level) |
|