mirror of
https://github.com/ziglang/zig.git
synced 2025-12-08 15:23:14 +00:00
We would rather use the ucrt for these, but sometimes dependencies on the mingw stdio functions creep in. 仕方ない. The cost is only paid if they are used; otherwise the symbols are garbage-collected at link time.
10 lines
271 B
C
Vendored
10 lines
271 B
C
Vendored
/**
|
|
* 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.
|
|
*/
|
|
#define __BUILD_WIDEAPI 1
|
|
|
|
#include "mingw_fprintf.c"
|
|
|