We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a83f46a commit 4aef499Copy full SHA for 4aef499
2 files changed
dll/win32/CMakeLists.txt
@@ -115,7 +115,7 @@ add_subdirectory(mssign32)
115
add_subdirectory(mssip32)
116
add_subdirectory(mstask)
117
add_subdirectory(msv1_0)
118
-add_subdirectory(msvcrt-old)
+add_subdirectory(msvcrt)
119
if(ARCH STREQUAL "i386")
120
add_subdirectory(msvcrt20)
121
add_subdirectory(msvcrt40)
media/doc/WINESYNC.txt
@@ -129,6 +129,7 @@ dll/win32/msrle32 # Synced to WineStaging-4.18
129
dll/win32/mssign32 # Synced to WineStaging-4.18
130
dll/win32/mssip32 # Synced to WineStaging-4.18
131
dll/win32/mstask # Synced to WineStaging-3.3
132
+dll/win32/msvcrt # Synced to Wine-10.0
133
dll/win32/msvcrt20 # Out of sync
134
dll/win32/msvcrt40 # Out of sync
135
dll/win32/msvfw32 # Synced to WineStaging-4.18
0 commit comments