Allow MSW Base be usable in other ports than wxMSW (ie. wxTVision in windows console). Adjustements for limited setup.h (as in wxTV) and minor source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -240,7 +240,8 @@
|
||||
it always returns false in other cases.
|
||||
*/
|
||||
#ifdef __cplusplus
|
||||
#if defined(__WXMAC__) || defined(__WXMSW__)
|
||||
/* ABX: check __WIN32__ instead of __WXMSW__ for the same MSWBase in any Win32 port */
|
||||
#if defined(__WXMAC__) || defined(__WIN32__)
|
||||
extern bool WXDLLIMPEXP_BASE wxIsDebuggerRunning();
|
||||
#else /* !Mac */
|
||||
inline bool wxIsDebuggerRunning() { return false; }
|
||||
|
Reference in New Issue
Block a user