From fa61fec500f018ac145e12fab3f9263332386ff3 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 14 May 2005 22:01:09 +0000 Subject: [PATCH] Another attempt at a compilation fix for VC++ 5 and 6 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/window.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/msw/window.h b/include/wx/msw/window.h index b5058d57da..4ad41e48fe 100644 --- a/include/wx/msw/window.h +++ b/include/wx/msw/window.h @@ -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(); } -- 2.45.2