Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorHib Eris <hib@hiberis.nl>2010-07-26 09:58:51 (GMT)
committer Hib Eris <hib@hiberis.nl>2010-07-26 13:34:18 (GMT)
commitc32bea667da3de3379f86787d8f298caeea3a789 (patch)
tree67c53e9e55f316db4a2b43d42407afb32bf7a871 /shell/main.c
parentd28b2a4d0bfa944532cec1512a2fa73ef24ebd6d (diff)
[build] Rename DATADIR with EVINCEDATADIR
Defining DATADIR conflicts with win32 api (ObjIdl.h), so this define is renamed to EVINCEDATADIR.
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/main.c b/shell/main.c
index 8d057a0..7d4fb0d 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -41,9 +41,6 @@
#endif /* WITH_SMCLIENT */
#ifdef G_OS_WIN32
-#ifdef DATADIR
-#undef DATADIR
-#endif
#include <io.h>
#include <conio.h>
#if !(_WIN32_WINNT >= 0x0500)