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 { \
#endif /* __cplusplus */
#endif /* _WX_DEBUG_H_ */
-