reactos/dll/win32/ucrtbase
Timo Kreuzer 5b633d64f1 [UCRTBASE] Build without debug exports
Windows ships ucrtbase without debug exports and ucrtbased with debug exports. The wine test tests ucrtbase and loads it dynamically in some cases. Compiling it with _DEBUG requires it to be linked to ucrtbased, which causes problems, because it also dynamically loads ucrtbase, which will cause it to crash.
2025-03-24 23:02:06 +00:00
..
CMakeLists.txt [UCRTBASE] Build without debug exports 2025-03-24 23:02:06 +00:00
printf.c [UCRTBASE] Fix broken imports from ntdll 2025-03-24 23:02:06 +00:00
stubs.c [UCRTBASE] Implement simplistic versions of some stubs 2025-03-24 23:02:06 +00:00
ucrtbase.spec [OLDNAMES] Fix up for ucrtbase 2025-03-24 23:02:06 +00:00