Rename the interface files and hopefully fix OSX building.

This commit is contained in:
Ryan Houdek
2012-12-25 19:08:24 -06:00
parent 09b05c0f6c
commit 01953ff64a
16 changed files with 29 additions and 25 deletions

View File

@ -60,11 +60,6 @@ private:
#undef STACKALIGN
#define STACKALIGN __attribute__((__force_align_arg_pointer__))
#endif
// We use wxWidgets on OS X only if it is version 2.9+ with Cocoa support.
#ifdef __WXOSX_COCOA__
#define HAVE_WX 1
#define USE_WX 1 // Use wxGLCanvas
#endif
#elif defined _WIN32