Remove check for __WXUNIVERSAL__

Co-Authored-By: VZ <vadim@wxwidgets.org>
This commit is contained in:
Robin Dunn
2020-03-24 19:31:46 -07:00
committed by GitHub
parent 99f79b4495
commit 8c87c1ec03

View File

@@ -11,7 +11,7 @@
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
#if wxUSE_ANIMATIONCTRL && !defined(__WXUNIVERSAL__) #if wxUSE_ANIMATIONCTRL
#include "wx/animate.h" #include "wx/animate.h"
#if !wxUSE_GENERIC_ANIMATIONCTRL #if !wxUSE_GENERIC_ANIMATIONCTRL