summaryrefslogtreecommitdiffstats
path: root/src/winconsole.cpp
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-06-09 00:34:06 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-06-09 00:34:06 +0000
commit2b4b777418d9cdf03dcc4e5cf3a1e2ab2c274769 (patch)
tree6f96e9503ac24bdf09867c74964d501e28a4707a /src/winconsole.cpp
parentrsync with last merge in 2Geom (diff)
downloadinkscape-2b4b777418d9cdf03dcc4e5cf3a1e2ab2c274769.tar.gz
inkscape-2b4b777418d9cdf03dcc4e5cf3a1e2ab2c274769.zip
Minor cleanup (remove unneeded win32-specific defines)
Diffstat (limited to 'src/winconsole.cpp')
-rw-r--r--src/winconsole.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/winconsole.cpp b/src/winconsole.cpp
index aa04128fd..398608e78 100644
--- a/src/winconsole.cpp
+++ b/src/winconsole.cpp
@@ -40,7 +40,6 @@
*/
#ifdef _WIN32
-#undef DATADIR
#include <windows.h>
struct echo_thread_info {