Commit b56a2ef7 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

Add missing CALLBACK modifier.

parent 96ffcae3
......@@ -434,7 +434,7 @@ static void BuildCallTo16Func( FILE *outfile, char *profile, char *prefix )
exit(1);
}
fprintf( outfile, "%s %s_CallTo16_%s( FARPROC16 proc",
fprintf( outfile, "%s CALLBACK %s_CallTo16_%s( FARPROC16 proc",
short_ret? "WORD" : "LONG", prefix, profile );
args = profile + 5;
for ( i = 0; args[i]; i++ )
......
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