wrc: Drop hardcoded INCLUDEDIR.

INCLUDEDIR should be defined in Makefile.in, and if not, we should notice.
oldstable
Kirill Smelkov 2010-04-21 19:33:14 +04:00 committed by Alexandre Julliard
parent f4ff08f483
commit 277aba1d76
1 changed files with 0 additions and 4 deletions

View File

@ -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