zig/libc/mingw/misc/wdirent.c
Andrew Kelley 2bb93784c6
mingw: build and link mingwex.lib
zig can now cross compile hello.c targeting windows
2019-07-10 17:41:34 -04:00

6 lines
77 B
C

#define _UNICODE 1
#define UNICODE 1
#include <wchar.h>
#include "dirent.c"