]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/uxtheme.h
explicit this-> is required by C++ standard, not g++, in WinStruct template
[wxWidgets.git] / include / wx / msw / uxtheme.h
index 1aabd0d0c1fb3d9f2ab65bcb0e7ac0d9a1d2056c..c3c70ce0f08ac9a29e0d7d05c35db85d6b60e7ff 100644 (file)
@@ -5,14 +5,14 @@
 // Modified by:
 // Created:     2003
 // RCS-ID:      $Id$
-// Copyright:   (c) 2003 wxWindows Dev-Team
-// License:     wxWindows license
+// Copyright:   (c) 2003 wxWidgets Dev-Team
+// License:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_UXTHEME_H_
 #define _WX_UXTHEME_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
   #pragma interface "uxtheme.h"
 #endif