Ticket #47189: patch-avoid-clang-choke-on-confbase.diff

File patch-avoid-clang-choke-on-confbase.diff, 338 bytes (added by RJVB (René Bertin), 8 years ago)
  • src/toolbars/ToolManager.cpp

    a b  
    6262#include "../AllThemeResources.h"
    6363#include "../AudioIO.h"
    6464#include "../ImageManipulation.h"
     65// hack to deactivate a bit in wx/confbase.h on which clang chokes:
     66#define __VMS
    6567#include "../Prefs.h"
    6668#include "../Project.h"
    6769#include "../Theme.h"