]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/renderer.h
Fixes for Unicode build.
[wxWidgets.git] / include / wx / univ / renderer.h
index d45e65ae0ebb4aadf8b2ab597b50c019898a0e34..462d638b22ba1cad334e74576cc7345ce6fe9a39 100644 (file)
@@ -10,7 +10,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 /*
-   wxRenderer class is used to draw all wxWindows controls. This is an ABC and
+   wxRenderer class is used to draw all wxWidgets controls. This is an ABC and
    the look of the application is determined by the concrete derivation of
    wxRenderer used in the program.
 
@@ -25,7 +25,7 @@
    implementation of the latter or reimplement itself).
  */
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "renderer.h"
 #endif