]> git.saurik.com Git - wxWidgets.git/commitdiff
Another attempt at a compilation fix for VC++ 5 and 6
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 14 May 2005 22:01:09 +0000 (22:01 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Sat, 14 May 2005 22:01:09 +0000 (22:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/window.h

index b5058d57da8ca39520a8b737f69fb22826b72799..4ad41e48fe6fa33b1e0aeddc24cf93e6e1d2b11a 100644 (file)
@@ -50,6 +50,9 @@ class WXDLLEXPORT wxWindowMSW : public wxWindowBase
     friend class wxSpinCtrl;
     friend class wxSlider;
     friend class wxRadioBox;
+#if defined __VISUALC__ && __VISUALC__ <= 1200
+    friend class wxWindowMSW;
+#endif
 public:
     wxWindowMSW() { Init(); }