38#include <wx/dynarray.h>
42extern "C" int mysnprintf(
char *buffer,
int count,
const char *format, ...);
43extern "C" int NextPow2(
int size);
46extern int mysnprintf(
char *buffer,
int count,
const char *format, ...);
51extern "C" long __stdcall MyUnhandledExceptionFilter(
52 struct _EXCEPTION_POINTERS *ExceptionInfo);
54extern long __stdcall MyUnhandledExceptionFilter(
55 struct _EXCEPTION_POINTERS *ExceptionInfo);
60#define clock_gettime(id, tv) clock_gettime_monotonic(tv)
61#define CLOCK_MONOTONIC 1
62extern "C" int clock_gettime_monotonic(
struct timespec *tv);