Ticket #47189: patch-avoid-clang-choke-on-confbase.diff
File patch-avoid-clang-choke-on-confbase.diff, 338 bytes (added by RJVB (René Bertin), 9 years ago) |
---|
-
src/toolbars/ToolManager.cpp
a b 62 62 #include "../AllThemeResources.h" 63 63 #include "../AudioIO.h" 64 64 #include "../ImageManipulation.h" 65 // hack to deactivate a bit in wx/confbase.h on which clang chokes: 66 #define __VMS 65 67 #include "../Prefs.h" 66 68 #include "../Project.h" 67 69 #include "../Theme.h"