From 594fcba67600704bee9115c86e18927b2237b304 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Tue, 29 May 2018 05:44:34 +0100 Subject: New upstream version 1.4.0.8 --- plugins-unmaintained/PluginLoader/keybinding/Variable.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins-unmaintained/PluginLoader/keybinding/Variable.h (limited to 'plugins-unmaintained/PluginLoader/keybinding/Variable.h') diff --git a/plugins-unmaintained/PluginLoader/keybinding/Variable.h b/plugins-unmaintained/PluginLoader/keybinding/Variable.h new file mode 100644 index 0000000..90e1557 --- /dev/null +++ b/plugins-unmaintained/PluginLoader/keybinding/Variable.h @@ -0,0 +1,16 @@ +/** \file Variable.h +\brief Define the environment variable +\author alpha_one_x86 +\licence GPL3, see the file COPYING */ + +#ifndef VARIABLE_H +#define VARIABLE_H + +//Un-comment this next line to put ultracopier plugin in debug mode +#define ULTRACOPIER_PLUGIN_DEBUG +//#define ULTRACOPIER_PLUGIN_ALL_IN_ONE + +#endif // VARIABLE_H + + + -- cgit v1.2.3