summaryrefslogtreecommitdiff
path: root/plugins/PluginLoader/catchcopy-v0002/DebugEngineMacro.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PluginLoader/catchcopy-v0002/DebugEngineMacro.h')
-rw-r--r--[-rwxr-xr-x]plugins/PluginLoader/catchcopy-v0002/DebugEngineMacro.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/PluginLoader/catchcopy-v0002/DebugEngineMacro.h b/plugins/PluginLoader/catchcopy-v0002/DebugEngineMacro.h
index ad08d4f..f9b5349 100755..100644
--- a/plugins/PluginLoader/catchcopy-v0002/DebugEngineMacro.h
+++ b/plugins/PluginLoader/catchcopy-v0002/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__)