]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/listctrl.h
Open Watcom doesn't like typename, use class (patch 826812)
[wxWidgets.git] / include / wx / mac / listctrl.h
index 2171e0fcf1e63a352e3dc0d032d50fdf72bf3416..196f97add182c0fab79d2351e82cb97774c90d9a 100644 (file)
@@ -6,13 +6,13 @@
 // Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_LISTCTRL_H_
 #define _WX_LISTCTRL_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "listctrl.h"
 #endif