]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/classic/window.h
Remove bufferoverflowu.lib since it's not present with some versions of VC++ 8
[wxWidgets.git] / include / wx / mac / classic / window.h
index 807e261863b40595d0588e07a177bce262fe4015..80b1a81db6399050398f3b98c8ebd80ed2c6d334 100644 (file)
 #ifndef _WX_WINDOW_H_
 #define _WX_WINDOW_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "window.h"
-#endif
-
 #include "wx/brush.h"
 
 // ---------------------------------------------------------------------------
@@ -161,7 +157,7 @@ public:
     wxWindowMac *FindItem(long id) const;
     wxWindowMac *FindItemByHWND(WXHWND hWnd, bool controlOnly = FALSE) const;
 
-    // Make a Windows extended style from the given wxWindows window style
+    // Make a Windows extended style from the given wxWidgets window style
     static WXDWORD MakeExtendedStyle(long style,
                                      bool eliminateBorders = TRUE);
     // Determine whether 3D effects are wanted