Use wxHAS_IMAGES_IN_RESOURCES instead of checking all platforms

No real changes, just simplify the preprocessor check.
This commit is contained in:
Vadim Zeitlin 2022-10-23 16:31:27 +02:00
parent 95b6e1270e
commit 6a00104cbd

View file

@ -35,7 +35,7 @@
// resources
// --------------------------------------------------------------------------
#if defined(__WXGTK__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__) || defined(__WXQT__)
#ifndef wxHAS_IMAGES_IN_RESOURCES
// application icon
#include "mondrian.xpm"