Skip to content
Snippets Groups Projects
Commit b56a2ef7 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard
Browse files

Add missing CALLBACK modifier.

parent 96ffcae3
No related branches found
No related tags found
No related merge requests found
......@@ -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++ )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment