mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-27 17:59:49 +02:00
visual studio error fix + warning fix
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user