Commit e4704751 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

This reverts commit 8e729245. Wine now requires a new enough flex version.
parent b90a74c7
......@@ -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>
......
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