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

widl: Move "inline" right after the storage class specifier.

parent ad2dfca6
......@@ -1271,7 +1271,7 @@ static void write_user_tfs(FILE *file, type_t *type, unsigned int *tfsoff)
*tfsoff += 2;
}
static unsigned char inline make_signed(unsigned char fc)
static inline unsigned char make_signed(unsigned char fc)
{
switch(fc)
{
......
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