ReactOS 0.4.16-dev-297-gc569aee
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}
int __CRTDECL _setargv(void)
Definition: dllargv.c:18
int __CRTDECL _wsetargv(void)
#define __CRTDECL
Definition: yvals.h:17