Project Alice
|
#include <time.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#include <ws2ipdef.h>
#include <winbase.h>
#include "stdint.h"
Go to the source code of this file.
Macros | |
#define | sleep(x) Sleep((x) * 1000) |
#define | inet_ntop pcp_inet_ntop |
#define | ssize_t SSIZE_T |
#define | strdup _strdup |
#define | getpid GetCurrentProcessId |
#define | snprintf _snprintf |
#define | MSG_DONTWAIT 0x0 |
Typedefs | |
typedef uint16_t | in_port_t |
Functions | |
int | gettimeofday (struct timeval *tv, struct timezone *tz) |
#define getpid GetCurrentProcessId |
Definition at line 77 of file pcp_win_defines.h.
#define inet_ntop pcp_inet_ntop |
Definition at line 71 of file pcp_win_defines.h.
#define MSG_DONTWAIT 0x0 |
Definition at line 83 of file pcp_win_defines.h.
#define sleep | ( | x | ) | Sleep((x) * 1000) |
Definition at line 36 of file pcp_win_defines.h.
#define snprintf _snprintf |
Definition at line 79 of file pcp_win_defines.h.
#define ssize_t SSIZE_T |
Definition at line 74 of file pcp_win_defines.h.
#define strdup _strdup |
Definition at line 75 of file pcp_win_defines.h.
typedef uint16_t in_port_t |
Definition at line 42 of file pcp_win_defines.h.
int gettimeofday | ( | struct timeval * | tv, |
struct timezone * | tz | ||
) |