Skip to content

Commit

Permalink
cfstring.h has been relocated on Mac in wxWidgets 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mojca authored and vslavik committed May 28, 2012
1 parent 2ee6c14 commit 08fcc8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gexecute.cpp
Expand Up @@ -33,7 +33,11 @@
#include <wx/intl.h>

#ifdef __WXMAC__
#if wxCHECK_VERSION(2,9,0)
#include <wx/osx/core/cfstring.h>
#else
#include <wx/mac/corefoundation/cfstring.h>
#endif
#include <CoreFoundation/CFBundle.h>
#endif

Expand Down

0 comments on commit 08fcc8b

Please sign in to comment.