Remove __WXSTUBS__ mention and test
This has never really been a thing and there remained just one (never used) test for it in the sources, so simply remove it. No real changes.
This commit is contained in:
@@ -43,7 +43,6 @@ while <tt>__WINDOWS__</tt> should be used for the platform tests.}
|
|||||||
@itemdef{__WXOSX_COCOA__, macOS using Cocoa (AppKit)}
|
@itemdef{__WXOSX_COCOA__, macOS using Cocoa (AppKit)}
|
||||||
@itemdef{__WXOSX_MAC__, macOS (Cocoa)}
|
@itemdef{__WXOSX_MAC__, macOS (Cocoa)}
|
||||||
@itemdef{__WXPM__, OS/2 native Presentation Manager (not used any longer).}
|
@itemdef{__WXPM__, OS/2 native Presentation Manager (not used any longer).}
|
||||||
@itemdef{__WXSTUBS__, Stubbed version ('template' wxWin implementation)}
|
|
||||||
@itemdef{__WXXT__, Xt; mutually exclusive with WX_MOTIF, not implemented in wxWidgets 2.x}
|
@itemdef{__WXXT__, Xt; mutually exclusive with WX_MOTIF, not implemented in wxWidgets 2.x}
|
||||||
@itemdef{__WXX11__, wxX11 (<tt>__WXUNIVERSAL__</tt> will be also defined)}
|
@itemdef{__WXX11__, wxX11 (<tt>__WXUNIVERSAL__</tt> will be also defined)}
|
||||||
@itemdef{__WXWINE__, WINE (i.e. WIN32 on Unix)}
|
@itemdef{__WXWINE__, WINE (i.e. WIN32 on Unix)}
|
||||||
|
|||||||
@@ -50,9 +50,6 @@
|
|||||||
#ifdef __GNUWIN32__
|
#ifdef __GNUWIN32__
|
||||||
#include "wx/msw/wrapwin.h"
|
#include "wx/msw/wrapwin.h"
|
||||||
#endif
|
#endif
|
||||||
#elif (defined(__WXSTUBS__))
|
|
||||||
// Have to ifdef this for different environments
|
|
||||||
#include <io.h>
|
|
||||||
#else
|
#else
|
||||||
#error "Please specify the header with file functions declarations."
|
#error "Please specify the header with file functions declarations."
|
||||||
#endif //Win/UNIX
|
#endif //Win/UNIX
|
||||||
|
|||||||
Reference in New Issue
Block a user