From c32bea667da3de3379f86787d8f298caeea3a789 Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Mon, 26 Jul 2010 09:58:51 +0000 Subject: [build] Rename DATADIR with EVINCEDATADIR Defining DATADIR conflicts with win32 api (ObjIdl.h), so this define is renamed to EVINCEDATADIR. --- (limited to 'shell/main.c') 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 #include #if !(_WIN32_WINNT >= 0x0500) -- cgit v0.9.1