]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/debug.h
wxGTK: Implemented wxTLW::RequestUserAttention()
[wxWidgets.git] / include / wx / debug.h
index f6f3242e957ce5bd91bda65de2afcfdd50d292c7..c2fc985ec281550dc06cee5954ffb6e280acfb6b 100644 (file)
 
  It may be used both within a function and in the global scope.
 */
-#ifdef __WATCOMC__
+#if defined(__WATCOMC__) && defined(__cplusplus)
     /* avoid "unused symbol" warning */
     #define wxCOMPILE_TIME_ASSERT(expr, msg) \
         class wxMAKE_UNIQUE_ASSERT_NAME { \
     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; }
 #endif /* __cplusplus */
 
 #endif  /*  _WX_DEBUG_H_ */
-