X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8fe8b421fc1e5bb71e7ce3e2272d747ac6df079c..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/commandlinkbutton.h?ds=sidebyside diff --git a/include/wx/commandlinkbutton.h b/include/wx/commandlinkbutton.h index a1a5f31d0a..0aaa0ec65a 100644 --- a/include/wx/commandlinkbutton.h +++ b/include/wx/commandlinkbutton.h @@ -3,7 +3,6 @@ // Purpose: wxCommandLinkButtonBase and wxGenericCommandLinkButton classes // Author: Rickard Westerlund // Created: 2010-06-11 -// RCS-ID: $Id$ // Copyright: (c) 2010 wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -132,7 +131,7 @@ private: wxDECLARE_NO_COPY_CLASS(wxGenericCommandLinkButton); }; -#if defined(__WXMSW__) +#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) #include "wx/msw/commandlinkbutton.h" #else class WXDLLIMPEXP_ADV wxCommandLinkButton : public wxGenericCommandLinkButton