Revert "Revert "wpp: config.h and wine/port.h should be included first."".

This reverts commit 8e72924541.
Wine now requires a new enough flex version.
This commit is contained in:
Michael Stefaniuc 2009-12-29 18:07:44 +01:00 committed by Alexandre Julliard
parent b90a74c724
commit e470475151

View file

@ -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 <stdio.h>
#include <stdlib.h>
#include <string.h>