Remove MicroWindows support.
MicroWindows (aka Nano-X) support hasn’t been updated since 2010 and last work for it in wxWidgets happened more than 10 years ago.
This commit is contained in:
@@ -77,7 +77,7 @@ typedef struct {
|
||||
JSAMPLE *sample_range_limit, *srl_orig;
|
||||
} j_decompress;
|
||||
|
||||
#if defined(__WINDOWS__) && !defined(__WXMICROWIN__)
|
||||
#if defined(__WINDOWS__)
|
||||
#define JMETHOD(type,methodname,arglist) type (__cdecl methodname) arglist
|
||||
#else
|
||||
#define JMETHOD(type,methodname,arglist) type (methodname) arglist
|
||||
|
Reference in New Issue
Block a user