Add WXUNIVERSAL guard for wxMSW/Univ
This commit is contained in:
parent
652765e614
commit
99d082cae7
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
#include "wx/msw/private.h"
|
||||
#include "wx/renderer.h"
|
||||
|
||||
#if wxUSE_AUI
|
||||
#if wxUSE_AUI && !defined(__WXUNIVERSAL__)
|
||||
|
||||
wxAuiMSWTabArt::wxAuiMSWTabArt()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue