mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 06:43:07 +00:00
13 lines
281 B
Modula-2
Vendored
13 lines
281 B
Modula-2
Vendored
LIBRARY "ucrtbase.dll"
|
|
EXPORTS
|
|
|
|
#include "func.def.in"
|
|
|
|
; Include common ucrtbase symbols for non-debug build ucrtbase.dll
|
|
#undef DEF_DEBUG
|
|
#include "ucrtbase-common.def.in"
|
|
|
|
; Include symbol aliases for compatibility with msvcrt.dll
|
|
#define UCRTBASE
|
|
#include "crt-aliases.def.in"
|