Commit 277aba1d authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Alexandre Julliard

wrc: Drop hardcoded INCLUDEDIR.

INCLUDEDIR should be defined in Makefile.in, and if not, we should notice.
parent f4ff08f4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment