#include "platform/CCPlatformMacros.h"
#include <float.h>
#include <math.h>
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "./compat/stdint.h"
#include <Windows.h>
#include <WinSock2.h>
Classes | |
struct | timezone |
Namespaces | |
cocos2d | |
Add deprecated global functions and variables here. | |
Constant Groups | |
cocos2d | |
Add deprecated global functions and variables here. | |
Macros | |
#define | _USE_MATH_DEFINES |
#define | isnan _isnan |
#define | snprintf _snprintf |
#define | MIN(x, y) (((x) > (y)) ? (y) : (x)) |
#define | MAX(x, y) (((x) < (y)) ? (y) : (x)) |
#define | _WINSOCKAPI_ |
#define | NOMINMAX |
Functions | |
int CC_DLL | (struct timeval *, struct timezone *) |
#define _USE_MATH_DEFINES |
#define _WINSOCKAPI_ |
var _WINSOCKAPI_ |
#define isnan _isnan |
var isnan _isnan |
local isnan _isnan |
#define MAX | ( | x, | |
y | |||
) | (((x) < (y)) ? (y) : (x)) |
var MAX | ( | var, | |
var | |||
) | (((x) < (y)) ? (y) : (x)) |
local MAX | ( | local, | |
local | |||
) | (((x) < (y)) ? (y) : (x)) |
#define MIN | ( | x, | |
y | |||
) | (((x) > (y)) ? (y) : (x)) |
var MIN | ( | var, | |
var | |||
) | (((x) > (y)) ? (y) : (x)) |
local MIN | ( | local, | |
local | |||
) | (((x) > (y)) ? (y) : (x)) |
#define NOMINMAX |
var NOMINMAX |
local NOMINMAX |
#define snprintf _snprintf |
var snprintf _snprintf |
local snprintf _snprintf |