msvcrt20: Use __[w]getmainargs declarations from headers.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b3d13197e3
commit
b648c92811
@ -20,14 +20,10 @@
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <math.h>
|
||||
#include <process.h>
|
||||
|
||||
#include "windef.h"
|
||||
|
||||
extern void CDECL __getmainargs(int *argc, char** *argv, char** *envp,
|
||||
int expand_wildcards, int *new_mode);
|
||||
extern void CDECL __wgetmainargs(int *argc, WCHAR** *wargv, WCHAR** *wenvp,
|
||||
int expand_wildcards, int *new_mode);
|
||||
|
||||
/*********************************************************************
|
||||
* __getmainargs (MSVCRT20.@)
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user