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
This commit is contained in:
Michael Wetherell
2005-05-14 22:01:09 +00:00
parent 595e2858d9
commit fa61fec500

View 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(); }