Use wxHAS_IMAGES_IN_RESOURCES instead of checking all platforms
No real changes, just simplify the preprocessor check.
This commit is contained in:
parent
95b6e1270e
commit
6a00104cbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue