mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-29 03:57:08 +03:00
13 lines
280 B
Plaintext
Vendored
13 lines
280 B
Plaintext
Vendored
LIBRARY "ucrtbased.dll"
|
|
EXPORTS
|
|
|
|
#include "func.def.in"
|
|
|
|
; Include common ucrtbase symbols for debug build ucrtbased.dll
|
|
#define DEF_DEBUG
|
|
#include "ucrtbase-common.def.in"
|
|
|
|
; Include symbol aliases for compatibility with msvcrt.dll
|
|
#define UCRTBASE
|
|
#include "crt-aliases.def.in"
|