mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
wrc: Remove redeclaration of optarg and optind.
This commit is contained in:
parent
891e9bc967
commit
36a39cea90
@ -327,8 +327,6 @@ static void set_target( const char *target )
|
||||
|
||||
int main(int argc,char *argv[])
|
||||
{
|
||||
extern char* optarg;
|
||||
extern int optind;
|
||||
int optc;
|
||||
int opti = 0;
|
||||
int stdinc = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user