Browse Source

Do not define distrho related macros in juce utils

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-rc1
falkTX 5 years ago
parent
commit
c47c725556
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      source/utils/CarlaJuceUtils.hpp

+ 1
- 6
source/utils/CarlaJuceUtils.hpp View File

@@ -2,7 +2,7 @@
* Carla misc utils based on Juce * Carla misc utils based on Juce
* Copyright (C) 2013 Raw Material Software Ltd. * Copyright (C) 2013 Raw Material Software Ltd.
* Copyright (c) 2016 ROLI Ltd. * Copyright (c) 2016 ROLI Ltd.
* Copyright (C) 2013-2018 Filipe Coelho <falktx@falktx.com>
* Copyright (C) 2013-2019 Filipe Coelho <falktx@falktx.com>
* *
* Permission to use, copy, modify, and/or distribute this software for any purpose with * Permission to use, copy, modify, and/or distribute this software for any purpose with
* or without fee is hereby granted, provided that the above copyright notice and this * or without fee is hereby granted, provided that the above copyright notice and this
@@ -19,11 +19,6 @@
#ifndef CARLA_JUCE_UTILS_HPP_INCLUDED #ifndef CARLA_JUCE_UTILS_HPP_INCLUDED
#define CARLA_JUCE_UTILS_HPP_INCLUDED #define CARLA_JUCE_UTILS_HPP_INCLUDED


#define DISTRHO_LEAK_DETECTOR_HPP_INCLUDED
#define DISTRHO_SCOPED_POINTER_HPP_INCLUDED
#define DISTRHO_LEAK_DETECTOR CARLA_LEAK_DETECTOR
#define DISTRHO_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR CARLA_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR

#include "CarlaUtils.hpp" #include "CarlaUtils.hpp"


#include <algorithm> #include <algorithm>


Loading…
Cancel
Save