summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 7f580ebd5..ca44ede02 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -23,3 +23,7 @@
#cmakedefine HAVE_QT_SVG 1
#cmakedefine DBUS_USE_SYSTEM_BUS 1
+
+#ifdef _MSC_VER
+#define __PRETTY_FUNCTION__ __FILE__":" << __LINE__
+#endif \ No newline at end of file