X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8105809ef8f7cb0d1a9933f3f790b7b446c7cfa..ace1785b153d4873a7c7684047c144facd11a26d:/utils/configtool/src/htmlparser.h?ds=sidebyside diff --git a/utils/configtool/src/htmlparser.h b/utils/configtool/src/htmlparser.h index 3c539914d1..486b2f0c3e 100644 --- a/utils/configtool/src/htmlparser.h +++ b/utils/configtool/src/htmlparser.h @@ -12,7 +12,7 @@ #ifndef _HTMLPARSER_H_ #define _HTMLPARSER_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "htmlparser.cpp" #endif