[2/2] wrc: Drop hardcoded INCLUDEDIR in wrc.c

Kirill Smelkov kirr at mns.spb.ru
Wed Apr 21 10:33:14 CDT 2010


INCLUDEDIR should be defined in Makefile.in, and if not, we should notice.
---
 tools/wrc/wrc.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/tools/wrc/wrc.c b/tools/wrc/wrc.c
index 2919d38..614cc84 100644
--- a/tools/wrc/wrc.c
+++ b/tools/wrc/wrc.c
@@ -44,10 +44,6 @@
 #include "parser.h"
 #include "wine/wpp.h"
 
-#ifndef INCLUDEDIR
-#define INCLUDEDIR "/usr/local/include/wine"
-#endif
-
 #ifdef WORDS_BIGENDIAN
 #define ENDIAN	"big"
 #else
-- 
1.7.1.rc1.17.g59a96




More information about the wine-patches mailing list