Commit ec4f57be authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Fixed argv handling for cuiexe winelib programs.

parent 47d72ff8
......@@ -1268,7 +1268,7 @@ static int BuildSpec32File( FILE *outfile )
"{\n"
" extern int %s( int argc, char *argv[] );\n"
" extern int _ARGC;\n"
" extern char *_ARGV[];\n"
" extern char **_ARGV;\n"
" ExitProcess( %s( _ARGC, _ARGV ) );\n"
"}\n\n", init_func, init_func );
fprintf( outfile,
......
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