Module: wine Branch: master Commit: 277aba1d769abcc91443a18ff1c28e7b506a69fe URL: http://source.winehq.org/git/wine.git/?a=commit;h=277aba1d769abcc91443a18ff1...
Author: Kirill Smelkov kirr@mns.spb.ru Date: Wed Apr 21 19:33:14 2010 +0400
wrc: Drop hardcoded INCLUDEDIR.
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