Commit b3d13197 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msvcrt/tests: Use __[w]getmainargs declarations from headers.

parent c4becb85
......@@ -20,6 +20,7 @@
#include "wine/test.h"
#include <stdlib.h>
#include <process.h>
static const char *a_very_long_env_string =
"LIBRARY_PATH="
......@@ -42,9 +43,6 @@ static const char *a_very_long_env_string =
"/usr/lib/mingw32/3.4.2/;"
"/usr/lib/";
void __cdecl __getmainargs(int *, char ***, char ***, int, int *);
void __cdecl __wgetmainargs(int *, wchar_t ***, wchar_t ***, int, int *);
static char ***(__cdecl *p__p__environ)(void);
static WCHAR ***(__cdecl *p__p__wenviron)(void);
static void (*p_get_environ)(char ***);
......
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