aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/mingw/lib-common/ucrtbase.def.in
blob: 2083ac640f9bcb3371f3ae49e709b7edbba1b7d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"