X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4e4152e4a8d433ba26885ba7f9313b7177daa058..b15ed747536e28abd36b95f4faeb0813188196af:/utils/helpview/src/helpview.h?ds=sidebyside diff --git a/utils/helpview/src/helpview.h b/utils/helpview/src/helpview.h index 72651faf1d..58040393a3 100644 --- a/utils/helpview/src/helpview.h +++ b/utils/helpview/src/helpview.h @@ -12,7 +12,9 @@ #ifndef _WX_HELPVIEW_H_ #define _WX_HELPVIEW_H_ +#ifdef __GNUG__ #pragma interface "help.cpp" +#endif // Define a new application type, each program should derive a class from wxApp class hvApp : public wxApp