]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/display.h
C++ removed from C syntax.
[wxWidgets.git] / include / wx / msw / display.h
index 4f4c72e306f183eb774d589b2632841875b1a3fc..598326e87aabc5f98a3229fe7a83a17f6b2c3858 100644 (file)
@@ -2,14 +2,14 @@
 // Name:        display.h
 // Purpose:     wxDisplay class customization for WXMSW
 // Author:      Royce Mitchell III
-// Modified by: 
+// Modified by:
 // Created:     06/21/02
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma interface "display.h"
 #endif
 
@@ -49,7 +49,7 @@ private:
     wxArrayVideoModes DoGetModesWindows(const wxVideoMode& modeMatch) const;
     bool DoChangeModeWindows(const wxVideoMode& mode);
 
-    
+
     DECLARE_NO_COPY_CLASS(wxDisplay)
 };