Test for __WXUNIVERSAL__ when selecting the version of this class to use.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65350
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxDECLARE_NO_COPY_CLASS(wxGenericCommandLinkButton);
};
wxDECLARE_NO_COPY_CLASS(wxGenericCommandLinkButton);
};
+#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
#include "wx/msw/commandlinkbutton.h"
#else
class WXDLLIMPEXP_ADV wxCommandLinkButton : public wxGenericCommandLinkButton
#include "wx/msw/commandlinkbutton.h"
#else
class WXDLLIMPEXP_ADV wxCommandLinkButton : public wxGenericCommandLinkButton