reactos/dll/win32
Joachim Henze f81b2bb2cd [0.4.11][BCRYPT] Add ECDSA P384 to known algorithms (#4236)
Today 2022-10-25 was the day, when I spotted the first URL in rapps that is not longer happy with just having
ECDSA_P256 but now needs even ECDSA_P384 to make the rapps download succeed. *eye-rolling*
It was https://bitbucket.org/Swyter/tld-downloads/downloads/diabloiidemo.exe
that failed the rapps download with

fixme:(dll/win32/bcrypt/bcrypt_main.c:359) algorithm L"ECDSA_P384" not supported
err:(win32ss/user/user32/windows/messagebox.c:1048) MessageBox: L"Paket konnte nicht geladen werden! Pr\00fcfen Sie Ihre Internetverbindung!"

So I have no choice but to follow the totally stupid crypto-rat-race and
add the missing structs and handlers in BCryptOpenAlgorithmProvider().

When will the world ever learn that the new cryptos do outdate faster than the new shit even can be implemented in time everywhere?
Each additional crypto algorithm effectively enlarges the attack surface of the end-points instead of making stuff more secure.
The world is rushing towards totally breaking backward compatibility to older systems. This is built-in obsolescence. For which gain?
This race can never be won. Each crypto-iteration just intensifies the existing chaos. Enough ranting...

fix picked from 0.4.15-dev-3662-g c3e0df0611

It is a cherry-pick a part of Michael Müller's commit from Wine
76b6c360fa

The commit doesn't fix CORE-14198 at all, same like on master, but since the original commit was linked
to that JIRA ticket as well, I decided to do the same with the backport.
2022-10-25 02:19:06 +02:00
..
acledit [ACLEDIT][ATL][ATL80][FLTMGR] Get the def files out of the source files lists. #179 2017-12-09 19:59:02 +01:00
aclui [TRANSLATIONS] Style fixes for Estonian 2018-11-07 22:10:27 +01:00
activeds [ACTIVEDS] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:38:37 +01:00
actxprxy [ACTXPRXY] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:40:09 +01:00
advapi32 [ADVAPI32] Improve a bit CreateProcessAsUser(). 2018-09-28 00:45:04 +02:00
advapi32_vista [ADVAPI32][SHELL32][DESK.CPL] Kill copy-paste of RegLoadMUIString. (#748) 2018-08-16 16:10:41 +02:00
advpack [ADVPACK] Sync with Wine Staging 3.17. CORE-15127 2018-10-01 00:25:34 +01:00
atl [ATL] Sync with Wine Staging 3.17. CORE-15127 2018-10-01 00:26:43 +01:00
atl80 [ATL][ATL80][ATL100] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:43:41 +01:00
atl100 [ATL][ATL80][ATL100] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:43:41 +01:00
authz
avicap32
avifil32 [XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2018-09-30 23:57:08 +01:00
batt
bcrypt [0.4.11][BCRYPT] Add ECDSA P384 to known algorithms (#4236) 2022-10-25 02:19:06 +02:00
beepmidi [BEEPMIDI] Don't busy-wait when no notes are playing. CORE-12860 2018-03-01 08:58:33 +01:00
browseui [0.4.11][SHELL32] Squashed port of several RunDlg and ShellExecuteW() fixes 2022-02-20 21:09:07 +01:00
bthci [BTHCI] Add a bluetooth icon (#871) 2018-09-21 23:42:27 +02:00
cabinet [CABINET] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:48:26 +01:00
cards
cfgmgr32
clusapi [CLUSAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:50:24 +01:00
comcat [COMCAT] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:51:19 +01:00
comctl32 [0.4.11][COMCTL32] Workaround regression with toolbar in 7zip CORE-16169 2022-01-23 13:58:36 +01:00
comdlg32 [0.4.11][SHELL32][SHLWAPI][COMDLG32][SDK] Unable to select a Zip file for sending with Common Open Dialog CORE-16908 2022-02-26 23:54:38 +01:00
compstui [COMPSTUI] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:56:22 +01:00
credui [CREDUI] Sync with Wine Staging 3.17. CORE-15127 2018-10-01 12:46:19 +01:00
crtdll
crypt32 [CRYPT32] Sync with Wine Staging 3.17. CORE-15127 2018-10-01 12:47:51 +01:00
cryptdlg [CRYPTDLG] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 13:01:37 +01:00
cryptdll [CRYPTDLL] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 13:02:26 +01:00
cryptnet [CRYPTNET] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 13:03:13 +01:00
cryptui [0.4.11][CRYPTUI] Fix all MSVC *.rc warnings RC4206 CORE-18017 2022-02-03 13:05:05 +01:00
dbghelp [0.4.11][DBGHELP] Accept NULL symbol path as reset-to-default CORE-17073 (#3257) 2022-10-08 23:26:36 +02:00
dciman32 [DCIMAN32] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 13:05:29 +01:00
devmgr [0.4.11][REACTOS] Fix remaining ' \n' typos in *.rc CORE-18103 2022-03-24 21:48:25 +01:00
dnsapi
esent
faultrep
fltlib [DLLS] Fix 64 bit issues 2018-08-04 19:19:34 +02:00
fmifs
fontsub
framedyn
fusion [FUSION] Sync with Wine Staging 3.17. CORE-15127 2018-10-01 12:49:44 +01:00
gdiplus [0.4.11] [GDIPLUS] Fix a regression painting gradient CORE-15479 2019-01-13 17:24:21 +01:00
getuname [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
hhctrl.ocx [HHCTRL.OCX] Sync with Wine Staging 3.17. CORE-15127 2018-10-01 12:51:35 +01:00
hid [HID_WINETEST] Import from Wine Staging 3.3. CORE-14434 2018-04-03 13:32:05 +01:00
hlink [HLINK] Sync with Wine Staging 3.3. CORE-14434 2018-03-15 12:20:55 +01:00
hnetcfg [HNETCFG] Sync with Wine Staging 3.9. CORE-14656 2018-05-27 04:12:51 +01:00
httpapi [HTTPAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-15 12:24:03 +01:00
iccvid [ICCVID] Sync with Wine Staging 3.3. CORE-14434 2018-03-15 12:25:00 +01:00
icmp
ieframe [TRANSLATION] Update Simplified Chinese translation. (#1094) 2018-12-04 17:13:39 +01:00
iernonce [TRANSLATION] Polish translation update (#1029) 2018-11-11 17:55:01 +01:00
imaadp32.acm [IMAADP32.ACM] Sync with Wine Staging 3.17. CORE-15127 2018-10-01 12:52:44 +01:00
imagehlp [IMAGEHLP] Sync with Wine Staging 3.3. CORE-14434 2018-03-15 12:28:19 +01:00
imm32 [IMM32] Sync with Wine Staging 3.17. CORE-15127 2018-10-01 12:53:21 +01:00
inetcomm [INETCOMM] Sync with Wine Staging 3.17. CORE-15127 2018-10-01 12:55:17 +01:00
inetmib1 [INETMIB1] Sync with Wine Staging 3.17. CORE-15127 2018-10-01 12:56:32 +01:00
initpki [INITPKI] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 12:46:47 +01:00
inseng [INSENG] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 12:48:28 +01:00
iologmsg
iphlpapi [IPHLPAPI] Implement GetOwnerModuleFromUdpEntry() 2018-12-01 14:49:38 +01:00
iprtprio
itircl [ITIRCL] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:08:50 +01:00
itss [ITSS] Sync with Wine Staging 3.17. CORE-15127 2018-10-01 12:57:08 +01:00
jscript [0.4.11][JSCRIPT] Fix regression CORE-13810 "Vypress Chat 2.1.9 MSI setup fatal error" 2020-11-30 02:36:55 +01:00
jsproxy [JSPROXY] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:13:02 +01:00
kernel32 [0.4.11][WIN32SS][RTL] Fix regression CORE-16769 + BSOD 0x50 CORE-13907 2022-03-17 14:00:15 +01:00
kernel32_vista [KERNEL32_VISTA] Make SleepConditionVariableSRW fail when it times out 2018-09-16 14:50:01 +02:00
loadperf [LOADPERF] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:13:56 +01:00
lpk [LPK][GDI32] Enable mirroring via version resource (#965) 2018-10-24 21:34:38 +02:00
lsasrv [0.4.11][LSASRV] LsapLogonUser(): Fix 'AuthenticatingAuthority' copypasta (#2839) 2021-06-20 15:40:03 +02:00
lz32 [LZ32] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:14:57 +01:00
mapi32 [MAPI32] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:16:08 +01:00
mciavi32 [MCIAVI32] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:17:07 +01:00
mcicda [MCICDA] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:18:10 +01:00
mciqtz32 [MCIQTZ32] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:19:04 +01:00
mciseq [MCISEQ] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:19:53 +01:00
mciwave [MCIWAVE] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:20:37 +01:00
mgmtapi [MGMTAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:21:24 +01:00
mlang [MLANG] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:22:13 +01:00
mmdevapi [MMDEVAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:23:10 +01:00
mmdrv
modemui [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
mpr [MPR] Sync with Wine Staging 3.17. CORE-15127 2018-12-08 11:42:23 +01:00
mprapi [MPRAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:26:22 +01:00
msacm32 [MSACM32] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:20:37 +01:00
msacm32.drv [MSACM32.DRV] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:24:36 +01:00
msadp32.acm [MSADP32.ACM] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:25:31 +01:00
msafd [DLLS] Fix 64 bit issues 2018-08-04 19:19:34 +02:00
mscat32 [MSCAT32] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:26:27 +01:00
mscms [MSCMS] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:27:29 +01:00
mscoree [MSCOREE] Fix build. 2017-10-08 14:28:58 +01:00
msctf [MSCTF] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:41:08 +01:00
msftedit [MSFTEDIT] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:29:15 +01:00
msg711.acm [MSG711.ACM] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:30:33 +01:00
msgina [MSGINA] Update Simplified Chinese translation. 2018-12-03 12:52:11 +01:00
msgsm32.acm [MSGSM32.ACM] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:31:18 +01:00
mshtml [MSHTML] Fix 3 MSVC warnings about HTML*Element_handle_event() 2018-08-21 14:33:52 +02:00
mshtml.tlb Fix remaining text file line endings in the tree. (#18) 2017-10-06 15:00:36 +02:00
msi [0.4.11][REACTOS] Fix ' +\\n' typos in *.rc (with regular expr.) CORE-18103 2022-03-24 00:17:54 +01:00
msimg32 [MSIMG32] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:32:05 +01:00
msimtf [MSIMTF] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:32:52 +01:00
msisip [MSISIP] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:33:33 +01:00
msisys.ocx [MSISYS.OCX] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:34:18 +01:00
msnet32
mspatcha [MSPATCHA] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:35:08 +01:00
msports [TRANSLATION] Polish translation update 2018-10-20 21:26:07 +02:00
msrle32 [MSRLE32] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:35:58 +01:00
mssign32 [MSSIGN32] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:37:23 +01:00
mssip32 [MSSIP32] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:38:07 +01:00
mstask [MSTASK] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:39:13 +01:00
msv1_0 [MSV1_0] LsaApLogonUser: Update the logon time/count and bad password time/count 2018-09-05 00:10:54 +02:00
msvcrt [CRT] Implement the missing CRT _sc(w)printf() functions. CORE-14497 2018-03-23 22:30:18 +01:00
msvcrt20
msvcrt40
msvfw32 [MSVFW32] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:20:45 +01:00
msvidc32 [MSVIDC32] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:22:39 +01:00
mswsock [DLLS] Fix 64 bit issues 2018-08-04 19:19:34 +02:00
msxml [MSXML] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:26:35 +01:00
msxml2 [MSXML2] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:27:15 +01:00
msxml3 [XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2018-09-30 23:57:08 +01:00
msxml4 [MSXML4] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:30:29 +01:00
msxml6 [MSXML6] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:31:01 +01:00
mycomput [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
nddeapi [NDDEAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:31:48 +01:00
netapi32 [NETAPI32] Implement DsGetDcNameA/W --> DsGetDcNameWithAccountA/W --> DsrGetDcNameEx2. 2018-11-25 23:24:21 +01:00
netcfgx [0.4.11][NETCFGX] Fix 1 MSVC2010SP1 x86 dbg warning C4553 CORE-18104 2022-09-18 00:10:17 +02:00
netevent
netid [TRANSLATION] Update Simplified Chinese translation. (#1028) 2018-11-11 17:57:12 +01:00
netmsg [NETMSG] Add netmsg resource dll with some lmerr messages 2018-04-14 18:56:09 +02:00
newdev [NEWDEV] Add InstallDevInstEx 2018-10-14 18:19:52 +02:00
npptools [NPPTOOLS] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:33:46 +01:00
ntdll_vista
ntdsapi [NTDSAPI] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:43:22 +01:00
ntlanman
ntmarta
objsel [OBJSEL] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:35:24 +01:00
odbc32 [ODBC32] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:36:12 +01:00
odbccp32 [ODBCCP32] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:44:04 +01:00
ole32 [0.4.11] [OLE32] Apply the proper Wine fix for CORE-14696 2018-12-17 22:25:15 +01:00
oleacc [TRANSLATION] Polish translation update (#781) 2018-08-20 17:00:33 +02:00
oleaut32 [OLEAUT32] Fix an MSVC warning about VarCyMul() 2018-08-17 16:18:41 +02:00
olecli32 [OLECLI32] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 12:54:15 +01:00
oledlg [TRANSLATION] Polish translation update (#781) 2018-08-20 17:00:33 +02:00
olepro32 [OLEPRO32] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 12:58:44 +01:00
olesvr32 [OLESVR32] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 12:59:37 +01:00
olethk32 [OLETHK32] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 13:00:35 +01:00
pdh [PDH] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 13:04:47 +01:00
pidgen [PIDGEN] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:46:44 +01:00
powrprof
printui [PRINTUI] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 13:07:10 +01:00
propsys [PROPSYS] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:47:25 +01:00
psapi [DLLS] Fix 64 bit issues 2018-08-04 19:19:34 +02:00
pstorec [PSTOREC] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 13:11:14 +01:00
qmgr [QMGR] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 13:12:06 +01:00
qmgrprxy
query [QUERY] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 13:14:09 +01:00
rasadhlp
rasapi32 [RASAPI32] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 13:15:06 +01:00
rasdlg [0.4.11][RASDLG] 'RasDlg fix 1-11' CORE-18103 2022-03-24 23:20:32 +01:00
rasman
resutils [RESUTILS] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 13:16:02 +01:00
riched20 [RICHED20] Revert ocr_reverse.cur to fix CORE-15190 2018-10-30 19:06:50 +01:00
riched32 [RICHED32] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:17:57 +01:00
rpcrt4 [0.4.11][RPCRT4] Add I_RpcSNCHOption() as 'stub' CORE-12534, and fix 'Routeines' typos (#2481) 2022-10-15 22:22:11 +02:00
rsabase [RSABASE] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:18:57 +01:00
rsaenh
samlib [SAMLIB] Add stubs for SamTestPrivateFunctionsDomain and SamTestPrivateFunctionsUser 2018-08-27 00:11:21 +02:00
samsrv [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
sccbase [SCCBASE] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:19:48 +01:00
schannel [SCHANNEL] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:20:45 +01:00
scrrun [XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2018-09-30 23:57:08 +01:00
secur32 [LSASRV][SECUR32] Implement LsaRegisterPolicyChangeNotification and LsaUnregisterPolicyChangeNotification 2018-08-04 22:17:52 +02:00
security
sensapi [SENSAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:22:47 +01:00
serialui [PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER 2018-03-04 16:27:07 +01:00
setupapi [0.4.11][SETUPAPI] Demote some noisy dprints 2020-12-21 02:21:09 +01:00
sfc
sfc_os
shdoclc [TRANSLATION] Update Simplified Chinese translation. (#1094) 2018-12-04 17:13:39 +01:00
shdocvw [SHDOCVW] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:24:25 +01:00
shell32 [0.4.11][NTUSER] Fix taskbar panes activation (#2046) (#3294) (#3697) (#3700), [SHELL32] (#4800) 2022-10-22 22:30:15 +02:00
shfolder [SHFOLDER] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:25:46 +01:00
shimgvw [SHIMGVW] Fix image flickering when rendering animations 2018-10-24 23:05:00 +02:00
shlwapi [0.4.11][SHELL32][SHLWAPI][COMDLG32][SDK] Unable to select a Zip file for sending with Common Open Dialog CORE-16908 2022-02-26 23:54:38 +01:00
slbcsp [SLBCSP] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:26:28 +01:00
smdll [SMDLL] Use precomp.h in dllmain.c. 2017-12-09 20:47:27 +01:00
sndblst
snmpapi [SNMPAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:27:09 +01:00
softpub
srclient
stdole2.tlb [STDOLE2.TLB] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:27:45 +01:00
stdole32.tlb [STDOLE32.TLB] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:28:23 +01:00
sti [STI] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:29:23 +01:00
streamci
sxs [SXS] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:30:21 +01:00
syssetup [TRANSLATION] Update Simplified Chinese translation. (#1096) 2018-12-05 16:50:05 +01:00
t2embed [T2EMBED] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:30:57 +01:00
tapi32 [TAPI32] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:31:40 +01:00
tapiui [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
themeui
traffic [TRAFFIC] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:32:12 +01:00
twain_32 [TWAIN_32] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:33:24 +01:00
ubtrfs Remove unnecessary executable bits 2018-08-15 18:29:09 +02:00
ucdfs
uext2
ufat
ufatx
uffs
untfs
updspapi [UPDSPAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:34:04 +01:00
ureiserfs
url [URL] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:34:38 +01:00
urlmon [URLMON] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:50:24 +01:00
userenv [0.4.11][USERENV] sq-AL: Fix '%SistemDrive%' typo (#2469) 2020-11-30 19:15:02 +01:00
usp10 [0.4.11][USP10] Slightly tweak our intermediate fix 2020-11-15 23:09:22 +01:00
uxtheme [DLLS] Fix 64 bit issues 2018-08-04 19:19:34 +02:00
vbscript [VBSCRIPT] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:52:36 +01:00
verifier [VERIFIER] Add skeleton provider. 2018-05-12 13:35:09 +02:00
version [VERSION] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:53:34 +01:00
vssapi
wbemdisp [WBEMDISP] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:12:02 +01:00
wbemprox [WBEMPROX] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:54:01 +01:00
wdmaud.drv
windowscodecs [WINDOWSCODECS] Fix an MSVC warning about get_decoder_info() (#684) 2018-07-14 02:50:23 +02:00
windowscodecsext
winemp3.acm [WINEMP3.ACM] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:14:19 +01:00
winfax
wing32 [WING32] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:14:55 +01:00
winhttp [0.4.11][WINHTTP] Fix 1 MSVC2010SP1 x86 dbg warning LNK4199 (#4414) CORE-18104 2022-09-20 00:21:18 +02:00
wininet [WININET] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:57:34 +01:00
winmm [0.4.11][REACTOS] Fix '. \n' typos in *.rc CORE-18103 2022-03-23 20:03:51 +01:00
winscard [WINSCARD] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:18:09 +01:00
winsta
wintrust [WINTRUST] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:58:20 +01:00
wlanapi
wldap32 [TRANSLATION] Polish translation update (#781) 2018-08-20 17:00:33 +02:00
wlnotify [WLNOTIFY] Disable the Logoff-Handler routine for the scheduler service. 2018-09-19 16:35:12 +02:00
wmi
wmiutils [WMIUTILS] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:21:41 +01:00
wmvcore [WMVCORE] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:58:45 +01:00
ws2_32 Delete "ghost" old(*) files that have been mysteriously added back during the SVN-to-Git transition. 2017-10-04 10:28:36 +02:00
ws2help
wshirda
wshom.ocx [XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2018-09-30 23:57:08 +01:00
wshtcpip [DLLS] Fix 64 bit issues 2018-08-04 19:19:34 +02:00
wsock32
wtsapi32 [WTSAPI32] Sync with Wine Staging 3.9. CORE-14656 2018-06-04 03:59:11 +01:00
wuapi [WUAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-25 12:43:17 +01:00
xinput1_1
xinput1_2
xinput1_3
xinput9_1_0
xmllite [XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2018-09-30 23:57:08 +01:00
xolehlp [XOLEHLP] Import xolehlp.dll from Wine(-Staging) 3.21. 2018-11-30 21:49:28 +01:00
CMakeLists.txt [XOLEHLP] Import xolehlp.dll from Wine(-Staging) 3.21. 2018-11-30 21:49:28 +01:00