zig/libc/mingw/crt/udllargc.c
2019-07-10 14:13:00 -04:00

17 lines
338 B
C

/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#ifndef UNICODE
#define UNICODE
#endif
#ifndef _UNICODE
#define _UNICODE
#endif
#define WPRFLAG 1
#include "dllargv.c"