reactos/dll/win32
Joachim Henze 6fa8c2ac56 [0.4.9][WDMAUD.DRV][MMIXER] Improve AC97 driver from rapps by defining USE_MMIXER_LIB
By taking alternative code-paths in WdmAud and bypassing Sysaudio.

This is a squashed backport of:
0.4.15-dev-791-g 6d7ebc2048 the USE_MMIXER_LIB which gives the best results when paired with those 2 previous patches:
0.4.15-dev-765-g b8e936a57b CORE-17214 (#3148) wdmaud-racecondition-fix and
0.4.15-dev-796-g a27f0debca CORE-17276 winmm:mixer-testbot-crash-fix

Defining USE_MMIXER_LIB will fix/improve:
- the test execution times of "GCCLin_x86 on Test VBox" will be dramatically improve (iirc by ~10-15min)
- CORE-8726/CORE-9986/CORE-16564 AC97 driver from rapps will work in the same session that the driver is installed, not a single reboot is needed anymore
- CORE-13202 Unhandled exception from wdmaud.drv when recording sound in Scratch 1.4 leads to app-crash (gets fixed even for older builds that did not receive 0.4.15-dev-2794-g 81f8bce yet)
- CORE-13488 A deadlock in "DiabloII" character selection screen and "The Lion King II"
- CORE-9981 "DosBox + Commander Keen6" almost 100% fixed, DosBox + Commander Keen6 properly plays music instead of garbled output,
            same improvement for "ScummVM 2.0 with Monkey Island 2"

The playback is not yet *entirely* perfect, still a few hiccups now and then, but by orders of magnitude better than before.

Most of the above mentioned issues were a regression of SVN r44721 == 4b9731d0db

Defining USE_MMIXER_LIB will also have some negative aspects:
- CORE-17277 crash of dsound:duplex on "GCCLin_x86 on Test VBox" gets unhidden on the bot, but was proven to be broken even beforehand already. The driver beforehand was just not found and the tests were skipped therefore.
- CORE-17278 crash of dsound:capture on "GCCLin_x86 on Test VBox" gets unhidden on the bot, but was proven to be broken even beforehand already. The driver beforehand was just not found and the tests were skipped therefore.
- CORE-17744 Fox Audio Player 0.10.2 can not longer play an mp3 file with 22kHz, WMM audio output
- It may also have a negative impact for CORE-17285 "Realtek HD Audio" but Oleg Dubinsky accepted to tolerate that and aims to approach it differently. We resolved that as WontFix therefore.
2022-11-14 18:21:31 +01: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 [PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER 2018-03-04 16:27:07 +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 [0.4.9][ADVAPI32] Fix crash when running advapi32:security with DPH CORE-14719 2022-03-04 10:55:16 +01:00
advapi32_vista Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
advpack [ADVPACK] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:41:26 +01:00
atl [ATL][ATL80][ATL100] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:43:41 +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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
avicap32 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
avifil32 [AVIFIL32] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:46:31 +01:00
batt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
bcrypt [0.4.9][BCRYPT] Add ECDSA P384 to known algorithms (#4236) 2022-10-25 02:20:10 +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.9][SHELL32] Squashed port of several RunDlg and ShellExecuteW() fixes 2022-02-20 21:21:29 +01:00
cabinet [CABINET] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:48:26 +01:00
cards Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
cfgmgr32 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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.9][XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2022-03-14 01:01:19 +01:00
comdlg32 [0.4.9][SHELL32][SHLWAPI][COMDLG32][SDK] Unable to select a Zip file for sending with Common Open Dialog CORE-16908 2022-02-26 23:56:16 +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.3. CORE-14434 2018-03-09 12:57:13 +01:00
crtdll Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
crypt32 [CRYPT32] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 12:59:49 +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.9][CRYPTUI] Fix all MSVC *.rc warnings RC4206 CORE-18017 2022-02-03 13:06:42 +01:00
dbghelp [0.4.9][DBGHELP] Accept NULL symbol path as reset-to-default CORE-17073 (#3257) 2022-10-08 23:28:33 +02:00
dciman32 [DCIMAN32] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 13:05:29 +01:00
devmgr [0.4.9][REACTOS] Fix remaining ' \n' typos in *.rc CORE-18103 2022-03-24 21:51:21 +01:00
dnsapi Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
esent Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
faultrep Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
fltlib [COMCTL32][FLTLIB][NETAPI32][SNDVOL32][STOBJECT][WBEMPROX] Remove unused debug channels and comment out unused variables. Silences some clang-cl warnings. 2017-12-08 00:06:13 +01:00
fmifs Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
fontsub Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
framedyn Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
fusion [FUSION] Sync with Wine Staging 3.3. CORE-14434 2018-03-09 13:07:30 +01:00
gdiplus [0.4.9][GDIPLUS] Fix a regression painting gradient CORE-15479 2020-10-03 23:21:57 +02:00
getuname [GETUNAME] Update the Russian translation. #45 CORE-13222 2017-10-10 13:03:32 +01:00
hhctrl.ocx [HHCTRL.OCX] Sync with Wine Staging 3.3. CORE-14434 2018-03-15 12:19:43 +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.3. CORE-14434 2018-03-15 12:23:02 +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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ieframe [IEFRAME] Sync with Wine Staging 3.3. CORE-14434 2018-03-15 12:26:26 +01:00
iernonce [TRANSLATIONS] Update the email address and add a note in the Turkish translation document (#271) 2018-01-07 22:09:42 +01:00
imaadp32.acm [IMAADP32.ACM] Sync with Wine Staging 3.3. CORE-14434 2018-03-15 12:27:22 +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.3. CORE-14434 2018-03-15 12:31:05 +01:00
inetcomm [INETCOMM] Sync with Wine Staging 3.3. CORE-14434 2018-03-15 12:36:29 +01:00
inetmib1 [INETMIB1] Sync with Wine Staging 3.3. CORE-14434 2018-03-15 12:40:38 +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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
iphlpapi [IPHLPAPI] ipstats_reactos: Review all TRACE/WARN calls 2018-05-17 17:11:17 +01:00
iprtprio Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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.3. CORE-14434 2018-03-17 13:10:01 +01:00
jscript [0.4.9][JSCRIPT] Fix regression CORE-13810 "Vypress Chat 2.1.9 MSI setup fatal error" 2020-11-30 06:28:12 +01:00
jsproxy [JSPROXY] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:13:02 +01:00
kernel32 [0.4.9][WIN32SS][RTL] Fix regression CORE-16769 + BSOD 0x50 CORE-13907 2022-03-17 14:02:17 +01:00
kernel32_vista [KERNEL32_VISTA] This function now comes from rtlfuncs.h 2018-04-08 17:47:43 +02:00
loadperf [LOADPERF] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:13:56 +01:00
lpk Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
lsasrv [0.4.9][LSASRV] LsapLogonUser(): Fix 'AuthenticatingAuthority' copypasta (#2839) 2021-06-20 15:41:06 +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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
modemui [TRANSLATIONS] Update the email address and add a note in the Turkish translation document (#271) 2018-01-07 22:09:42 +01:00
mpr [MPR] Sync with Wine Staging 3.3. CORE-14434 2018-03-17 13:24:48 +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 [IPHLPAPI] Fix IcmpSendEcho output when host is not reachable 2018-01-31 17:28:21 +00: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.3. CORE-14434 2018-03-18 12:28:32 +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] Fix layout of the security dialog box; add some french translation. 2018-05-02 00:24:01 +02:00
msgsm32.acm [MSGSM32.ACM] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:31:18 +01:00
mshtml [0.4.9][MSHTML] Fix 4 MSVC warnings C4028 CORE-7538 2022-03-13 11:51:19 +01:00
mshtml.tlb Fix remaining text file line endings in the tree. (#18) 2017-10-06 15:00:36 +02:00
msi [0.4.9][REACTOS] Fix ' +\\n' typos in *.rc (with regular expr.) CORE-18103 2022-03-24 00:20:47 +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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
mspatcha [MSPATCHA] Sync with Wine Staging 3.3. CORE-14434 2018-03-18 12:35:08 +01:00
msports [TRANSLATIONS] Update the email address and add a note in the Turkish translation document (#271) 2018-01-07 22:09:42 +01: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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
msvcrt [CRT] Implement the missing CRT _sc(w)printf() functions. CORE-14497 2018-03-23 22:30:18 +01:00
msvcrt20 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
msvcrt40 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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 [0.4.9][MSWSOCK] Fix 3 MSVC2010SP1 x86 dbg warnings C4146 CORE-18104 2022-03-27 17:12:05 +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 [0.4.9][XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2022-03-14 01:01:19 +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 [TRANSLATIONS] Update the email address and add a note in the Turkish translation document (#271) 2018-01-07 22:09:42 +01:00
nddeapi [NDDEAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:31:48 +01:00
netapi32 [IDL][NETAPI32][SRVSVC] Hack around another midl/rpcrt4 bug 2018-05-06 16:49:24 +02:00
netcfgx [PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER 2018-03-04 16:27:07 +01:00
netevent Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
netid [TRANSLATION] Simplified Chinese translation update for NETID and PING. (#369) 2018-02-07 14:03:42 +01:00
netmsg [NETMSG] Add netmsg resource dll with some lmerr messages 2018-04-14 18:56:09 +02:00
newdev [PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER 2018-03-04 16:27:07 +01:00
npptools [NPPTOOLS] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:33:46 +01:00
ntdll_vista Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ntdsapi [NTDSAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:34:21 +01:00
ntlanman Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ntmarta Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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.3. CORE-14434 2018-03-20 12:37:14 +01:00
ole32 [OLE32] Restore 4 cur files (+ note diff) to fix CORE-14608 2018-05-20 01:41:34 +02:00
oleacc [OLEACC] Sync with Wine Staging 3.3. CORE-14434 2018-03-20 12:39:58 +01:00
oleaut32 [0.4.9][OLEAUT32] Fix an MSVC warning about VarCyMul() CORE-7538 2022-03-13 15:08:30 +01:00
olecli32 [OLECLI32] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 12:54:15 +01:00
oledlg [OLEDLG] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 12:56:06 +01: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.3. CORE-14434 2018-03-21 13:05:31 +01:00
powrprof Remove unwanted .gitignore files. 2017-10-04 10:28:36 +02:00
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.3. CORE-14434 2018-03-21 13:09:31 +01:00
psapi Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00: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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
query [QUERY] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 13:14:09 +01:00
rasadhlp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
rasapi32 [RASAPI32] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 13:15:06 +01:00
rasdlg [0.4.9][RASDLG] 'RasDlg fix 1-11' CORE-18103 2022-03-24 23:21:44 +01:00
rasman Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
resutils [RESUTILS] Sync with Wine Staging 3.3. CORE-14434 2018-03-21 13:16:02 +01:00
riched20 [0.4.9][RICHED20] Revert ocr_reverse.cur to fix CORE-15190 2020-10-02 16:53:26 +02:00
riched32 [RICHED32] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:17:57 +01:00
rpcrt4 [0.4.9][RPCRT4] Add I_RpcSNCHOption() as 'stub' CORE-12534, and fix 'Routeines' typos (#2481) 2022-10-15 22:23:52 +02:00
rsabase [RSABASE] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:18:57 +01:00
rsaenh Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
samlib [SAMLIB] Use precomp.h in dllmain.c. 2017-12-09 12:32:34 +01:00
samsrv [SAMSRV] SamrChangePasswordUser: Check StoredLmEmpty and StoredNtEmpty instead of checking StoredNtEmpty twice 2018-05-20 11:53:01 +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 [0.4.9][XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2022-03-14 01:01:19 +01:00
secur32 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
security Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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.9][SETUPAPI] Demote some noisy dprints 2020-12-21 02:22:21 +01:00
sfc Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
sfc_os Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
shdoclc [SHDOCLC] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:23:29 +01:00
shdocvw [SHDOCVW] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:24:25 +01:00
shell32 [0.4.9][NTUSER] Fix taskbar panes activation (#2046) (#3294) (#3697) (#3700), [SHELL32] (#4800) 2022-10-22 22:32:28 +02:00
shfolder [SHFOLDER] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:25:46 +01:00
shimgvw [SHIMGVW] -Add the 123 manifest to load the v6 comctl32. CORE-14415 2018-03-01 09:23:06 +02:00
shlwapi [0.4.9][SHELL32][SHLWAPI][COMDLG32][SDK] Unable to select a Zip file for sending with Common Open Dialog CORE-16908 2022-02-26 23:56:16 +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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
snmpapi [SNMPAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:27:09 +01:00
softpub Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
srclient Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
sxs [SXS] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:30:21 +01:00
syssetup [0.4.9] cherry-pick [SYSSETUP] Fix a DPH report about dwPageCount 2018-06-19 21:00:11 +02: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 [TRANSLATIONS] Update the email address and add a note in the Turkish translation document (#271) 2018-01-07 22:09:42 +01:00
themeui Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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 [UBTRFS] Update to 1.0.1 2017-10-16 20:30:24 +02:00
ucdfs Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
uext2 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ufat Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
ufatx Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
uffs Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
untfs Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
updspapi [UPDSPAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-23 12:34:04 +01:00
ureiserfs Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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.3. CORE-14434 2018-03-23 12:35:23 +01:00
userenv [0.4.9][USERENV] sq-AL: Fix '%SistemDrive%' typo (#2469) 2020-11-30 19:16:32 +01:00
usp10 [0.4.9][USP10] Slightly tweak our intermediate fix 2020-11-15 23:11:58 +01:00
uxtheme [UXTHEME] Add missing THEME_BUTTON_STATES 2018-01-23 14:46:57 +02:00
vbscript [VBSCRIPT] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:09:01 +01:00
verifier [VERIFIER] Add skeleton provider. 2018-05-12 13:35:09 +02:00
version [VERSION] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:10:33 +01:00
vssapi Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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.3. CORE-14434 2018-03-24 13:12:50 +01:00
wdmaud.drv [0.4.9][WDMAUD.DRV][MMIXER] Improve AC97 driver from rapps by defining USE_MMIXER_LIB 2022-11-14 18:21:31 +01:00
windowscodecs [WINDOWSCODECS] Forgot to commit this file. Addendum to ae80686. CORE-14434 2018-03-05 23:56:28 +01:00
windowscodecsext Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
winemp3.acm [WINEMP3.ACM] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:14:19 +01:00
winfax Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
wing32 [WING32] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:14:55 +01:00
winhttp [0.4.9][WINHTTP] Fix 1 MSVC2010SP1 x86 dbg warning LNK4199 (#4414) CORE-18104 2022-09-20 00:33:52 +02:00
wininet [WININET] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:17:01 +01:00
winmm [0.4.9][REACTOS] Fix '. \n' typos in *.rc CORE-18103 2022-03-23 20:07:28 +01:00
winscard [WINSCARD] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:18:09 +01:00
winsta Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
wintrust [WINTRUST] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:18:57 +01:00
wlanapi Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
wldap32 [WLDAP32] Sync with Wine Staging 3.3. CORE-14434 2018-03-24 13:20:30 +01:00
wlnotify Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
wmi Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
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.3. CORE-14434 2018-03-24 13:22:32 +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 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
wshirda Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
wshom.ocx [0.4.9][XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2022-03-14 01:01:19 +01:00
wshtcpip Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
wsock32 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
wtsapi32 [WTSAPI32] Sync with Wine Staging 3.3. CORE-14434 2018-03-25 12:41:55 +01:00
wuapi [WUAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-25 12:43:17 +01:00
xinput1_1 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
xinput1_2 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
xinput1_3 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
xinput9_1_0 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
xmllite [0.4.9][XDK][PSDK][WINE] Unify ARRAY_SIZE definition for Wine modules. CORE-15127 2022-03-14 01:01:19 +01:00
CMakeLists.txt [VERIFIER] Add skeleton provider. 2018-05-12 13:35:09 +02:00