https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e04b79653441e3d8d78d943271fd4b9b3b327767

commit e04b79653441e3d8d78d943271fd4b9b3b327767
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Thu Aug 10 11:14:57 2023 +0300
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Sat Aug 19 23:50:52 2023 +0300

    [WINESYNC]: crt is now in sync with wine-staging wine-5.0
---
 sdk/tools/winesync/crt.cfg | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/sdk/tools/winesync/crt.cfg b/sdk/tools/winesync/crt.cfg
new file mode 100644
index 00000000000..81308194937
--- /dev/null
+++ b/sdk/tools/winesync/crt.cfg
@@ -0,0 +1,16 @@
+directories: null
+files:
+  dlls/msvcrt/cpp.c: sdk/lib/crt/wine/cpp.c
+  dlls/msvcrt/cppexcept.h: sdk/lib/crt/wine/cppexcept.h
+  dlls/msvcrt/cxx.h: sdk/lib/crt/wine/cxx.h
+  dlls/msvcrt/except.c: sdk/lib/crt/wine/except.c
+  dlls/msvcrt/except_arm.c: sdk/lib/crt/wine/except_arm.c
+  dlls/msvcrt/except_arm64.c: sdk/lib/crt/wine/except_arm64.c
+  dlls/msvcrt/except_i386.c: sdk/lib/crt/wine/except_i386.c
+  dlls/msvcrt/except_x86_64.c: sdk/lib/crt/wine/except_x86_64.c
+  dlls/msvcrt/heap.c: sdk/lib/crt/wine/heap.c
+  dlls/msvcrt/msvcrt.h: sdk/lib/crt/wine/msvcrt.h
+  dlls/msvcrt/mtdll.h: sdk/lib/crt/wine/mtdll.h
+  dlls/msvcrt/undname.c: sdk/lib/crt/wine/undname.c
+tags:
+  wine: wine-5.0

Reply via email to