X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7eb00c80b23bc936a3a54b002bde7bc5ce0ecf63..783e0c6d48080587b9d2c52dfe4d442682119a0d:/include/wx/platform.h?ds=sidebyside diff --git a/include/wx/platform.h b/include/wx/platform.h index ee3a9458fa..601f6d2ce0 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -329,6 +329,11 @@ */ # 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__)