webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
win32.cc File Reference
#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"

Namespaces

 rtc
 

Functions

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)