]> git.saurik.com Git - wxWidgets.git/commitdiff
define _LANGUAGE_C_PLUS_PLUS for IRIX (closes bug 1105676)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Aug 2005 19:23:11 +0000 (19:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 30 Aug 2005 19:23:11 +0000 (19:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/platform.h

index ee3a9458fafecea933ac1057f2ffe0977efd61dc..601f6d2ce0a231cc07cc98e7750fffee6b7dd75c 100644 (file)
              */
 #            define __SGI_CC__
 #        endif /* gcc/!gcc */
+
+        /* system headers use this symbol and not __cplusplus in some places */
+#       ifndef _LANGUAGE_C_PLUS_PLUS
+#           define _LANGUAGE_C_PLUS_PLUS
+#       endif
 #    endif  /* SGI */
 
 #    if defined(sun) || defined(__SUN__)