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:
Jacek Caban 2020-03-04 17:22:28 +01:00 committed by Alexandre Julliard
parent b3d13197e3
commit b648c92811

View file

@ -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.@)
*