| 1 | LIBRARY "ucrtbased.dll" |
| 2 | EXPORTS |
| 3 | |
| 4 | #include "func.def.in" |
| 5 | |
| 6 | ; Include common ucrtbase symbols for debug build ucrtbased.dll |
| 7 | #define DEF_DEBUG |
| 8 | #include "ucrtbase-common.def.in" |
| 9 | |
| 10 | ; Include symbol aliases for compatibility with msvcrt.dll |
| 11 | #define UCRTBASE |
| 12 | #include "crt-aliases.def.in" |