Fix not-c code
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1742)
This commit is contained in:
parent
c0dba2cca4
commit
10acff61e1
1 changed files with 1 additions and 1 deletions
|
@ -302,6 +302,6 @@ void win32_utf8argv(int *argc, char **argv[])
|
|||
return;
|
||||
}
|
||||
#else
|
||||
void win32_utf8argv(int &argc, char **argv[])
|
||||
void win32_utf8argv(int *argc, char **argv[])
|
||||
{ return; }
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue