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

msvcrt20: Use __[w]getmainargs declarations from headers.

parent b3d13197
...@@ -20,14 +20,10 @@ ...@@ -20,14 +20,10 @@
#include <stdarg.h> #include <stdarg.h>
#include <math.h> #include <math.h>
#include <process.h>
#include "windef.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.@) * __getmainargs (MSVCRT20.@)
* *
......
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