]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcscreen.h
Don't define __STRICT_ANSI__, we should build both with and without it.
[wxWidgets.git] / include / wx / dcscreen.h
index 763ccb830b8c2ee29788160683cbd662a04634a2..391e91aacf8149333f83c2609f750bc18f3e5725 100644 (file)
@@ -5,7 +5,6 @@
 // Modified by:
 // Created:
 // Copyright:   (c) Julian Smart
-// RCS-ID:      $Id$
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -24,7 +23,7 @@ public:
         { return true; }
     static bool StartDrawingOnTop(wxRect * WXUNUSED(rect) =  NULL)
         { return true; }
-    static bool EndDrawingOnTop() 
+    static bool EndDrawingOnTop()
         { return true; }
 
 private: