https://git.reactos.org/?p=reactos.git;a=commitdiff;h=efdda7f7d9c4620f26322…
commit efdda7f7d9c4620f2632266e8fdad285f46fa645
Author: Timo Kreuzer <timo.kreuzer(a)reactos.org>
AuthorDate: Thu Oct 24 07:23:54 2024 +0300
Commit: Timo Kreuzer <timo.kreuzer(a)reactos.org>
CommitDate: Sun Jan 26 18:08:55 2025 +0200
[APISETS] Use ucrtbase as the lord intended instead of msvcrt
---
sdk/lib/apisets/apisets.table.c | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/sdk/lib/apisets/apisets.table.c b/sdk/lib/apisets/apisets.table.c
index bc352128b70..fdbdad72096 100644
--- a/sdk/lib/apisets/apisets.table.c
+++ b/sdk/lib/apisets/apisets.table.c
@@ -318,21 +318,21 @@ const ROS_APISET g_Apisets[] = {
// { RTL_CONSTANT_STRING(L"api-ms-win-coremessaging-host-l1-1-0"),
RTL_CONSTANT_STRING(L""), APISET_WIN10 },
// { RTL_CONSTANT_STRING(L"api-ms-win-coreui-l1-1-0"),
RTL_CONSTANT_STRING(L""), APISET_WIN8 | APISET_WIN81 },
// { RTL_CONSTANT_STRING(L"api-ms-win-coreui-secruntime-l1-1-0"),
RTL_CONSTANT_STRING(L""), APISET_WIN10 },
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-conio-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-convert-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-environment-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-filesystem-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-heap-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-locale-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-math-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-multibyte-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-private-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-process-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-runtime-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-stdio-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-string-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-time-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
- { RTL_CONSTANT_STRING(L"api-ms-win-crt-utility-l1-1-0"),
RTL_CONSTANT_STRING(L"msvcrt.dll"), APISET_WIN10 }, // ucrtbase.dll
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-conio-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-convert-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-environment-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-filesystem-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-heap-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-locale-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-math-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-multibyte-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-private-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-process-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-runtime-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-stdio-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-string-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-time-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
+ { RTL_CONSTANT_STRING(L"api-ms-win-crt-utility-l1-1-0"),
RTL_CONSTANT_STRING(L"ucrtbase.dll"), APISET_WIN10 },
// { RTL_CONSTANT_STRING(L"api-ms-win-deprecated-apis-advapi-l1-1-0"),
RTL_CONSTANT_STRING(L""), APISET_WIN10 },
// { RTL_CONSTANT_STRING(L"api-ms-win-deprecated-apis-legacy-l1-1-0"),
RTL_CONSTANT_STRING(L""), APISET_WIN10 },
// { RTL_CONSTANT_STRING(L"api-ms-win-deprecated-apis-legacy-l1-2-0"),
RTL_CONSTANT_STRING(L""), APISET_WIN10 },