From 33017b0d936597d55025e006a6dc2bbf4ef733c4 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 30 Jun 2008 12:52:00 +0200 Subject: [PATCH] wpp: config.h and wine/port.h should be included first. --- libs/wpp/ppl.l | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libs/wpp/ppl.l b/libs/wpp/ppl.l index 4bb928c60f..d500aefb8c 100644 --- a/libs/wpp/ppl.l +++ b/libs/wpp/ppl.l @@ -121,6 +121,11 @@ * */ +%top{ +#include "config.h" +#include "wine/port.h" +} + /* * Special flex options and exclusive scanner start-conditions */ @@ -156,8 +161,6 @@ cident [a-zA-Z_][0-9a-zA-Z_]* ul [uUlL]|[uUlL][lL]|[lL][uU]|[lL][lL][uU]|[uU][lL][lL]|[lL][uU][lL] %{ -#include "config.h" -#include "wine/port.h" #include #include #include -- 2.32.0.93.g670b81a890