34#include <wx/dynarray.h>
38extern "C" int mysnprintf(
char *buffer,
int count,
const char *format, ...);
39extern "C" int NextPow2(
int size);
42extern int mysnprintf(
char *buffer,
int count,
const char *format, ...);
47extern "C" long __stdcall MyUnhandledExceptionFilter(
48 struct _EXCEPTION_POINTERS *ExceptionInfo);
50extern long __stdcall MyUnhandledExceptionFilter(
51 struct _EXCEPTION_POINTERS *ExceptionInfo);
56#define clock_gettime(id, tv) clock_gettime_monotonic(tv)
57#define CLOCK_MONOTONIC 1
58extern "C" int clock_gettime_monotonic(
struct timespec *tv);