Loading...
Searching...
No Matches
45#define CACHE_N_LIMIT_DEFAULT 20
47#define CACHE_MEM_LIMIT_DEFAULT 0
63#define ocpnUPDATE_SYSTEM_TIME
74#pragma warning(disable : 4114)
86#define snprintf mysnprintf
104#define START_LAT 33.358
105#define START_LON -79.282
111#include "wx/msw/private.h"
120#define _CRTDBG_MAP_ALLOC
122#define DEBUG_NEW new (_NORMAL_BLOCK, __FILE__, __LINE__)
131#define _putenv _putenv
133#define _putenv putenv
166#if defined(__OCPN__ANDROID__)
169 #include <GL/gl_private.h>
170 #include <GLES2/gl2.h>
171#elif defined(__MSVC__)
173#elif defined(__WXOSX__)
174 #include <OpenGL/gl.h>
175 #include <OpenGL/glu.h>
176 typedef void (* _GLUfuncptr)();
177 #define GL_COMPRESSED_RGB_FXT1_3DFX 0x86B0
178#elif defined(__WXQT__) || defined(__WXGTK__)
211#ifdef __OCPN__ANDROID__