Commit 33017b0d authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 8e5f2812
......@@ -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