38#include <wx/dynarray.h>
43extern "C" int mysnprintf(
char *buffer,
int count,
const char *format, ...);
44extern "C" int NextPow2(
int size);
47extern int mysnprintf(
char *buffer,
int count,
const char *format, ...);
52extern "C" long __stdcall MyUnhandledExceptionFilter(
53 struct _EXCEPTION_POINTERS *ExceptionInfo);
55extern long __stdcall MyUnhandledExceptionFilter(
56 struct _EXCEPTION_POINTERS *ExceptionInfo);