summaryrefslogtreecommitdiff
path: root/plugins-alternative/Themes/Teracopy/DebugEngineMacro.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-alternative/Themes/Teracopy/DebugEngineMacro.h')
-rw-r--r--plugins-alternative/Themes/Teracopy/DebugEngineMacro.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins-alternative/Themes/Teracopy/DebugEngineMacro.h b/plugins-alternative/Themes/Teracopy/DebugEngineMacro.h
index a3dd648..4582010 100644
--- a/plugins-alternative/Themes/Teracopy/DebugEngineMacro.h
+++ b/plugins-alternative/Themes/Teracopy/DebugEngineMacro.h
@@ -1,12 +1,15 @@
/** \file DebugEngineMacro.h
\brief Define the macro for the debug
\author alpha_one_x86
-\version 0.3
-\date 2010 */
+\licence GPL3, see the file COPYING */
#ifndef DEBUGENGINEMACRO_H
#define DEBUGENGINEMACRO_H
+#ifdef WIN32
+# define __func__ __FUNCTION__
+#endif
+
/// \brief Macro for the debug log
#ifdef ULTRACOPIER_PLUGIN_DEBUG
#if defined (__FILE__) && defined (__LINE__)