visual studio error fix + warning fix
This commit is contained in:
parent
91e871d0ea
commit
a422e43beb
@ -72,6 +72,11 @@
|
||||
#define PCLOSE close
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <BaseTsd.h> //for SSIZE_T
|
||||
typedef SSIZE_T ssize_t;
|
||||
#endif
|
||||
|
||||
char * userAgent;
|
||||
static int http_up = 0;
|
||||
static long http_timeout = 15;
|
||||
|
@ -20,7 +20,7 @@
|
||||
class Snapshot;
|
||||
class SimTool;
|
||||
class Brush;
|
||||
struct SimulationSample;
|
||||
class SimulationSample;
|
||||
struct matrix2d;
|
||||
struct vector2d;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user