diff options
Diffstat (limited to 'binutils/resrc.c')
-rw-r--r-- | binutils/resrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/resrc.c b/binutils/resrc.c index a30719b..ccc42ea 100644 --- a/binutils/resrc.c +++ b/binutils/resrc.c @@ -78,7 +78,7 @@ /* The default preprocessor. */ -#define DEFAULT_PREPROCESSOR "gcc -E -xc-header -DRC_INVOKED" +#define DEFAULT_PREPROCESSOR "gcc -E -xc -DRC_INVOKED" /* We read the directory entries in a cursor or icon file into instances of this structure. */ |