ReactOS 0.4.15-dev-7942-gd23573b
dllargv.c
Go to the documentation of this file.
1
7#ifdef CRTDLL
8#undef CRTDLL
9#endif
10
11#include <internal.h>
12
13#ifdef WPRFLAG
14int __CRTDECL
15_wsetargv (void)
16#else
17int __CRTDECL
19#endif
20{
21 return 0;
22}
#define __CRTDECL
Definition: crtdefs.h:167
int __CRTDECL _setargv(void)
Definition: dllargv.c:18
int __CRTDECL _wsetargv(void)