Sweden-Number/dlls
Zebediah Figura 2a44723d4d quartz/systemclock: Use timeGetTime() to retrieve the current time.
There is no evidence that the extra overhead should matter, and this allows us
to be consistent, and potentially change timeGetTime() without having to worry
about quartz.

On Windows, timeGetTime() has identical resolution to the interrupt time [i.e.
the "InterruptTime" member of the shared user data, or QueryInterruptTime()].
Like those sources, it approximately measures the boot time. However, the values
are not identical; timeGetTime() lags behind QueryInterruptTime() anywhere from
1 to 12 ms (regardless of timer period) on my Windows 10 virtual machine. The
actual lag is consistent within a process but varies between runs. I have not
been able to account for this lag—it's not the suspend bias, nor is it an
attempt to match the tick count more closely.

In short, timeGetTime() seems to be idiosyncratic to winmm. Since quartz has
been shown to follow winmm exactly on Windows, let's follow it on Wine as well.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53005
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-05-17 11:50:18 +02:00
..
acledit
aclui
activeds
activeds.tlb
actxprxy include: Add IParentAndItem definition. 2022-04-28 11:35:31 +02:00
adsldp
adsldpc
advapi32 server: Return the full token group for TokenLogonSid. 2022-04-25 13:24:02 +02:00
advpack
amsi
amstream amstream: Use CRT memory allocators. 2022-03-28 10:11:48 +02:00
apisetschema apisetschema: Add api-ms-win-core-winrt-robuffer-l1-1-0. 2022-04-25 11:37:09 +02:00
apphelp
appwiz.cpl appwiz.cpl: Enable visual styles. 2022-04-13 18:15:48 +02:00
atl atl: Use CRT allocation functions. 2022-03-31 15:53:41 +02:00
atl80
atl90
atl100
atl110
atlthunk
atmlib
authz
avicap32
avifil32
avifile.dll16
avrt
bcrypt bcrypt: Implement BCryptFreeBuffer(). 2022-04-06 23:07:20 +02:00
bluetoothapis
browseui browseui/tests: Remove string conversion helper. 2022-03-28 22:21:47 +02:00
bthprops.cpl
cabinet
capi2032 capi2032: Enable compilation with long types. 2022-05-12 12:34:17 +02:00
cards
cdosys
cfgmgr32
clusapi
cng.sys
combase combase: Use I64 width modifier for 64-bit integers. 2022-04-11 10:12:05 +02:00
comcat
comctl32 comctl32/tests: Use winetest_push_context() in tooltip:test_customdraw(). 2022-05-16 20:46:49 +02:00
comdlg32 comdlg32: Use I width modifier instead of casting to LONG. 2022-04-06 23:07:20 +02:00
comm.drv16
commdlg.dll16
compobj.dll16
compstui
comsvcs comsvcs: Use CRT memory allocation functions. 2022-03-31 20:48:43 +02:00
concrt140 msvcr110: Add _StructuredTaskCollection::_StructuredTaskCollection_ctor stub. 2022-04-25 20:37:56 +02:00
connect
credui
crtdll
crypt32 crypt32/tests: Handle CERT_NAME_SEARCH_ALL_NAMES_FLAG being unsupported before Win8. 2022-05-12 19:32:28 +02:00
cryptdlg
cryptdll
cryptext
cryptnet cryptnet: Support verifying certificate revocation with OCSP. 2022-04-06 23:07:20 +02:00
cryptsp
cryptui
ctapi32
ctl3d.dll16
ctl3d32
ctl3dv2.dll16
d2d1 d2d1/tests: Add some tests for ID2D1DeviceContext::CreateImageBrush(). 2022-05-16 10:41:13 +02:00
d3d8 wined3d: Consider WINED3D_LOCATION_CLEARED to be a GPU location for GPU-accessible textures. 2022-04-27 11:53:11 +02:00
d3d8thk
d3d9 wined3d: Consider WINED3D_LOCATION_CLEARED to be a GPU location for GPU-accessible textures. 2022-04-27 11:53:11 +02:00
d3d10
d3d10_1
d3d10core
d3d11 d3d11: Implement ID3D11Device1::CreateBlendState1(). 2022-05-16 22:10:15 +02:00
d3d12 d3d12: Build without -DWINE_NO_LONG_TYPES. 2022-03-18 17:31:39 +01:00
d3dcompiler_33 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_34 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_35 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_36 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_37 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_38 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_39 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_40 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_41 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_42 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_43 d3dcompiler/asm: Parse negative numbers with a whitespace after the sign. 2022-05-17 11:43:30 +02:00
d3dcompiler_46 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dcompiler_47 d3dcompiler: Always use vkd3d-shader's preprocessor. 2022-03-28 22:21:47 +02:00
d3dim
d3dim700
d3drm d3drm/tests: Build without -DWINE_NO_LONG_TYPES. 2022-05-13 22:11:41 +02:00
d3dx9_24
d3dx9_25
d3dx9_26
d3dx9_27
d3dx9_28
d3dx9_29
d3dx9_30
d3dx9_31
d3dx9_32
d3dx9_33
d3dx9_34
d3dx9_35
d3dx9_36 d3dx9/shader: Use more proper integer types. 2022-05-17 11:43:37 +02:00
d3dx9_37
d3dx9_38
d3dx9_39
d3dx9_40
d3dx9_41
d3dx9_42
d3dx9_43
d3dx10_33
d3dx10_34
d3dx10_35
d3dx10_36
d3dx10_37
d3dx10_38
d3dx10_39
d3dx10_40
d3dx10_41
d3dx10_42
d3dx10_43 d3dx10: Fix long type warnings. 2022-04-13 10:47:30 +02:00
d3dx11_42
d3dx11_43 d3dx11/tests: Fix tests broken by using the HLSL compiler from vkd3d-shader. 2022-03-28 22:21:47 +02:00
d3dxof d3dxof/tests: Remove redundant skips after ok() calls. 2022-04-13 21:58:18 +02:00
davclnt
dbgeng dbgeng: Update to IDebugAdvanced3 stub. 2022-04-04 19:52:45 +02:00
dbghelp dbghelp: Set correct basic types definition. 2022-05-13 22:11:41 +02:00
dciman32
dcomp
ddeml.dll16
ddraw wined3d: Consider WINED3D_LOCATION_CLEARED to be a GPU location for GPU-accessible textures. 2022-04-27 11:53:11 +02:00
ddrawex ddrawex/tests: Simplify refcount helper. 2022-04-13 18:17:31 +02:00
devenum
dhcpcsvc
dhcpcsvc6
dhtmled.ocx
diasymreader
difxapi
dinput dinput: Pass the device instance directly to hid_joystick_device_(try_)open. 2022-05-17 11:49:58 +02:00
dinput8
directmanipulation directmanipulation: Use CRT memory allocation functions. 2022-04-01 12:54:50 +02:00
dispdib.dll16
dispex dispex/tests: Use CRT allocation functions. 2022-04-08 11:49:51 +02:00
display.drv16
dmband
dmcompos
dmime
dmloader
dmscript
dmstyle dmstyle: Don't cast size_t to DWORD in trace, use %I instead. 2022-04-07 22:44:38 +02:00
dmsynth
dmusic
dmusic32
dnsapi
dplay
dplayx
dpnaddr
dpnet
dpnhpast
dpnhupnp
dpnlobby
dpvoice
dpwsockx
drmclien
dsdmo
dsound
dsquery
dssenh
dsuiext
dswave
dwmapi
dwrite dwrite/opentype: Do not include base advance to the mark advance offset. 2022-05-02 11:34:14 +02:00
dx8vb
dxdiagn dxdiagn: Use I64 width modifier for 64-bit integers in printf. 2022-04-08 11:50:18 +02:00
dxgi dxgi/tests: Accept DXGI_STATUS_OCCLUDED as result when creating fullscreen swapchains. 2022-03-23 18:42:14 +01:00
dxtrans
dxva2 dxva2: Use CRT memory allocation functions. 2022-04-01 12:54:36 +02:00
esent
evr evr/sample: Use explicit critical section for release handling. 2022-05-11 11:37:39 +02:00
explorerframe explorerframe/tests: Use CRT memory allocation functions. 2022-04-04 19:52:45 +02:00
faultrep
feclient
fltlib
fltmgr.sys
fntcache
fontsub
fusion fusion: Use CRT memory allocation functions. 2022-03-30 11:03:38 +02:00
fwpuclnt
gameux
gamingtcui
gdi.exe16 win32u: Move dib.drv implementation from gdi.exe. 2022-03-21 16:12:07 +01:00
gdi32 gdi32/tests: Trace the invalid height in test_max_height(). 2022-04-27 16:14:25 +02:00
gdiplus gdiplus: Accept newer version in OpenType header. 2022-04-11 11:54:54 +02:00
glu32
gphoto2.ds
gpkcsp
hal
hhctrl.ocx
hid hid: Implement HidD_GetPhysicalDescriptor. 2022-03-30 21:56:39 +02:00
hidclass.sys hidclass.sys: Clear the buffer passed to IOCTL_HID_GET_DEVICE_DESCRIPTOR. 2022-05-16 22:10:15 +02:00
hidparse.sys
hlink hlink: Return requested interface from HlinkCreateFromString(). 2022-04-11 17:34:48 +02:00
hnetcfg
http.sys
httpapi
iccvid
icmp
ieframe ieframe: Initialize new history log entry. 2022-04-27 21:44:46 +02:00
ieproxy
ifsmgr.vxd
imaadp32.acm
imagehlp
imm.dll16
imm32
inetcomm
inetcpl.cpl inetcpl.cpl: Enable visual styles. 2022-04-13 18:15:48 +02:00
inetmib1
infosoft
initpki
inkobj
inseng
iphlpapi iphlpapi: Don't cast SIZE_T to DWORD in trace, use %I instead. 2022-04-07 10:43:48 +02:00
iprop
irprops.cpl
itircl
itss
joy.cpl joy.cpl: Enable visual styles. 2022-04-13 18:15:48 +02:00
jscript jscript: Pass undefined 'this' instead of null in ES5 mode. 2022-05-16 22:10:15 +02:00
jsproxy
kerberos
kernel32 ntdll: Rewrite RtlWalkHeap and enumerate large blocks. 2022-05-13 22:11:41 +02:00
kernelbase kernelbase: Cache the sortid for each locale. 2022-05-16 20:46:49 +02:00
keyboard.drv16
krnl386.exe16
ksecdd.sys
ksproxy.ax
ksuser
ktmw32
l3codeca.acm
light.msstyles light.msstyles: Add Menu stub class. 2022-03-24 23:22:06 +01:00
loadperf
localspl
localui localui/tests: Use CRT allocation functions. 2022-04-07 22:44:38 +02:00
lz32
lzexpand.dll16
mapi32
mapistub
mciavi32 mciavi32: Use I width modifier instead of casting to DWORD. 2022-04-06 23:07:20 +02:00
mcicda
mciqtz32
mciseq
mciwave mciwave: Fix bad free in MCI_SendCommandAsync (Coverity). 2022-04-07 22:44:39 +02:00
mf mf/tests: Update a broken IMFMediaSink_AddStreamSink result check. 2022-05-11 11:38:41 +02:00
mf3216
mferror
mfmediaengine mfmediaengine/tests: Remove unused header include. 2022-04-01 12:54:40 +02:00
mfplat mfplat: Allow NULL size pointer in IMFAttributes::GetAllocatedBlob(). 2022-05-12 12:34:17 +02:00
mfplay mfplay: Prevent usage of uninitialized pointer in error case (Coverity). 2022-04-27 16:14:24 +02:00
mfreadwrite mfreadwrite/reader: Allocate output samples on read requests. 2022-05-16 20:46:49 +02:00
mgmtapi
midimap
mlang mlang: Skip locales that can't be converted to rfc1766 format. 2022-03-21 17:31:53 +01:00
mmcndmgr
mmdevapi
mmdevldr.vxd
mmsystem.dll16
monodebg.vxd
mountmgr.sys mountmgr.sys: Avoid passing a stack pointer to the run_loop thread. 2022-05-05 18:35:44 +02:00
mouse.drv16
mp3dmod
mpr
mprapi
msacm.dll16
msacm32
msacm32.drv
msado15 msado15: Implement _Recordset get_EditMode. 2022-05-04 21:27:25 +02:00
msadp32.acm
msasn1
mscat32
mscms
mscoree mscoree: Use LocalFree for memory allocated by LocalAlloc. 2022-04-25 11:32:03 +02:00
mscorwks
msctf
msctfmonitor
msctfp
msdaps
msdasql
msdelta
msdmo
msdrm
msftedit
msg711.acm
msgsm32.acm
mshtml jscript: Pass undefined 'this' instead of null in ES5 mode. 2022-05-16 22:10:15 +02:00
mshtml.tlb
msi msi/tests: Fix an intermittent test failure. 2022-05-16 10:42:06 +02:00
msident
msimg32
msimsg
msimtf
msisip
msisys.ocx
msls31
msnet32
mspatcha
msports
msrle32
msscript.ocx
mssign32
mssip32
mstask mstask/tests: Fix the compare_trigger_state() failure lines. 2022-05-16 20:46:49 +02:00
msv1_0
msvcirt
msvcm80
msvcm90
msvcp60
msvcp70
msvcp71
msvcp80
msvcp90 msvcp140: Implement _Copy_file(). 2022-04-11 21:15:52 +02:00
msvcp100
msvcp110 msvcp110: Add _Mtx_reset_owner implementation. 2022-03-15 18:05:27 +01:00
msvcp120 msvcp110: Add _Mtx_reset_owner implementation. 2022-03-15 18:05:27 +01:00
msvcp120_app msvcp110: Add _Mtx_reset_owner implementation. 2022-03-15 18:05:27 +01:00
msvcp140 msvcp140/tests: Add a broken last error result in test_Copy_file(). 2022-04-27 17:24:52 +02:00
msvcp140_1
msvcp140_atomic_wait msvcp140_atomic_wait: Add __std_atomic_wait_direct implementation. 2022-04-28 11:35:56 +02:00
msvcp_win msvcp140: Implement _Copy_file(). 2022-04-11 21:15:52 +02:00
msvcr70
msvcr71
msvcr80 msvcr80: Update manifest resource. 2022-05-11 19:33:22 +02:00
msvcr90 msvcr90/tests: Test ioinfo structure. 2022-04-05 17:50:57 +02:00
msvcr100
msvcr110 msvcrt: Hook up __C_specific_handler and __jump_unwind for arm. 2022-05-16 20:46:49 +02:00
msvcr120 msvcrt: Hook up __C_specific_handler and __jump_unwind for arm. 2022-05-16 20:46:49 +02:00
msvcr120_app msvcrt: Hook up __C_specific_handler and __jump_unwind for arm. 2022-05-16 20:46:49 +02:00
msvcrt msvcrt: Hook up __C_specific_handler and __jump_unwind for arm. 2022-05-16 20:46:49 +02:00
msvcrt20
msvcrt40
msvcrtd
msvfw32
msvidc32
msvideo.dll16
mswsock
msxml
msxml2
msxml3 msxml3/tests: Use CRT memory allocation functions. 2022-04-01 12:54:47 +02:00
msxml4
msxml6
mtxdm
ncrypt ncrypt: Map STATUS_NO_MEMORY to NTE_NO_MEMORY. 2022-04-08 11:51:22 +02:00
nddeapi
ndis.sys
netapi32 netapi32: Remove obsolete -D_SVRAPI_ from Makefile.in. 2022-05-02 11:35:09 +02:00
netcfgx
netio.sys
netprofm
netutils
newdev
ninput
normaliz
npmshtml
npptools
nsi nsi/tests: Enable compilation with long types. 2022-04-25 11:37:23 +02:00
nsiproxy.sys nsiproxy.sys: Implement IPv6 ipstats get_all_parameters on Mac OS and BSD. 2022-05-13 22:11:41 +02:00
ntdll ntdll: Use next_block helper in heap_reallocate. 2022-05-17 10:23:50 +02:00
ntdsapi
ntoskrnl.exe
ntprint
objsel
odbc32
odbcbcp
odbccp32
odbccu32
ole2.dll16
ole2conv.dll16
ole2disp.dll16
ole2nls.dll16
ole2prox.dll16
ole2thk.dll16
ole32 ole32: Remove obsolete -D_OLE32_ from Makefile.in. 2022-05-13 22:11:41 +02:00
oleacc oleacc: Add IServiceProvider interface to default accessible objects. 2022-04-26 13:25:16 +02:00
oleaut32 oleaut32: Use the locale leading zero flag instead of hardcoding it. 2022-05-03 10:33:21 +02:00
olecli.dll16
olecli32
oledb32
oledlg
olepro32
olesvr.dll16
olesvr32
olethk32
opcservices opcservices/tests: Use wide strings in test data. 2022-03-29 20:53:50 +02:00
openal32
opencl
opengl32 user32: Get rid of __wine_set_pixel_format. 2022-04-13 18:13:42 +02:00
packager
pdh
photometadatahandler
pidgen
powrprof
printui printui: Use LocalFree for memory allocated by LocalAlloc (Coverity). 2022-04-25 11:32:42 +02:00
prntvpt
propsys propsys/tests: Add VariantToStringWithDefault tests. 2022-04-01 20:30:57 +02:00
psapi
pstorec
pwrshplugin
qasf
qcap qcap/filewriter: Avoid casting to DWORD in an ERR message. 2022-04-08 21:23:27 +02:00
qdvd
qedit qedit: Use the right SampleGrabber pin names. 2022-03-28 22:22:19 +02:00
qmgr qmgr: Use CRT allocation functions. 2022-04-07 22:44:38 +02:00
qmgrprxy
quartz quartz/systemclock: Use timeGetTime() to retrieve the current time. 2022-05-17 11:50:18 +02:00
query
qwave
rasapi16.dll16
rasapi32
rasdlg
regapi
resutils
riched20 riched20/tests: Fix the spelling of a comment. 2022-04-19 17:38:07 +02:00
riched32
rpcrt4 rpcrt4: Remove obsolete -D_RPCRT4_ from Makefile.in. 2022-05-02 11:35:26 +02:00
rsabase
rsaenh rsaenh: Output FIXME when HMAC hash algorithm is not found. 2022-05-16 22:10:15 +02:00
rstrtmgr
rtutils
rtworkq rtqwork: Trace 64-bit integers with I64 width modifier. 2022-04-11 10:12:07 +02:00
samlib
sane.ds
sapi
sas
scarddlg
sccbase
schannel
schedsvc schedvc: Don't cast size_t to DWORD in trace, use %I instead. 2022-04-07 10:44:01 +02:00
scrobj scrobj/tests: Use CRT memory allocation functions. 2022-03-30 11:03:38 +02:00
scrrun
scsiport.sys
sechost
secur32
security
sensapi
serialui
setupapi setupapi: Remove obsolete -D_SETUPAPI_ from Makefile.in. 2022-05-02 11:36:39 +02:00
setupx.dll16
sfc sfc_os: Stub SfpVerifyFile(). 2022-05-02 22:43:53 +02:00
sfc_os sfc_os: Stub SfpVerifyFile(). 2022-05-02 22:43:53 +02:00
shcore
shdoclc
shdocvw shdocvw: Remove obsolete -D_SHDOCVW_ from Makefile.in. 2022-05-02 11:34:45 +02:00
shell.dll16
shell32 shell32: Shelllink: Make the create_lnk() failure messages unique. 2022-05-16 20:46:49 +02:00
shfolder
shlwapi shlwapi/tests: Fix a test failure with the UTF-8 code page. 2022-05-16 20:46:49 +02:00
slbcsp
slc
snmpapi snmpapi: Trace 64-bit integers with I64 width modifier. 2022-04-08 11:50:31 +02:00
softpub
sound.drv16
spoolss
sppc
srclient
srvcli
sspicli
stdole2.tlb
stdole32.tlb
sti
storage.dll16
stress.dll16
strmdll
svrapi
sxs sxs/tests: Use CRT memory allocation functions. 2022-04-01 12:54:45 +02:00
system.drv16
t2embed
tapi32
taskschd
tbs
tdh
tdi.sys
toolhelp.dll16
traffic
twain.dll16
twain_32
typelib.dll16
tzres
ucrtbase ucrtbase/tests: Add a test for wcsnicmp() with limit -1. 2022-04-07 22:44:40 +02:00
uianimation uianimation: Use CRT allocation functions. 2022-04-04 19:52:45 +02:00
uiautomationcore uiautomationcore: Make hwnd_host_provider_vtbl static const. 2022-05-03 21:59:10 +02:00
uiribbon
unicows
updspapi
url
urlmon urlmon: Remove obsolete -D_URLMON_ from Makefile.in. 2022-05-02 11:36:02 +02:00
usbd.sys
user.exe16 user.exe: Implement SetSystemTimer() using SetTimer(). 2022-04-21 14:40:39 +02:00
user32 user32: Remove no longer used WINPOS_WindowFromPoint. 2022-05-16 20:46:49 +02:00
userenv
usp10 kernelbase: Reimplement LOCALE_SNATIVEDIGITS in GetLocaleInfoW/Ex using the locale.nls data. 2022-03-29 20:35:23 +02:00
utildll
uxtheme uxtheme: Fix double free on registry key handle. 2022-04-25 11:31:53 +02:00
vbscript vbscript: Implement DateSerial(). 2022-05-16 22:10:15 +02:00
vcomp
vcomp90
vcomp100
vcomp110
vcomp120
vcomp140
vcruntime140
vcruntime140_1
vdhcp.vxd
vdmdbg
ver.dll16
version
vga
virtdisk
vmm.vxd
vnbt.vxd
vnetbios.vxd
vssapi
vtdapi.vxd
vulkan-1
vwin32.vxd
w32skrnl
w32sys.dll16
wbemdisp
wbemprox wbemprox: Add FreeVirtualMemory property to Win32_Operatingsystem. 2022-04-28 13:45:17 +02:00
wdscore
webservices webservices: Always set channel state to WS_CHANNEL_STATE_FAULTED when a send or receive operation failed. 2022-04-21 12:40:03 +02:00
websocket
wer wer: Use CRT memory allocation functions. 2022-03-29 20:53:50 +02:00
wevtapi
wevtsvc
wiaservc
wimgapi
win32s16.dll16
win32u win32u: Handle sys color brushes in fill_rect. 2022-05-16 20:46:49 +02:00
win87em.dll16
winaspi.dll16
windebug.dll16
windows.devices.enumeration
windows.gaming.input windows.gaming.input: Implement IForceFeedbackMotor_TryUnloadEffectAsync. 2022-05-16 11:21:43 +02:00
windows.globalization windows.globalization: Use a flexible array member for hstring_vector. 2022-03-24 23:22:06 +01:00
windows.media.devices
windows.media.speech windows.media.speech: Rename async_operation to async_inspectable. 2022-05-16 10:42:52 +02:00
windows.networking windows.networking: Add stub dll. 2022-04-25 15:08:43 +02:00
windowscodecs windowscodecs: BitmapScaler_CopyPixels: Do not demand a larger buffer than necessary. 2022-04-27 16:14:25 +02:00
windowscodecsext
winealsa.drv winealsa.drv: Enable compilation with long types. 2022-05-06 19:16:07 +02:00
wineandroid.drv win32u: Use NT interface for MsgWaitForMultipleObjectsEx user driver entry point. 2022-05-03 19:01:13 +02:00
winebus.sys winebus.sys: Fix the HAVE_SYS_INOTIFY_H checks. 2022-05-03 19:02:55 +02:00
winecoreaudio.drv winecoreaudio: Enable compilation with long types. 2022-05-11 19:33:23 +02:00
winecrt0 winecrt0: Avoid A->W conversion in initialization code. 2022-04-27 16:14:24 +02:00
wined3d wined3d: Make normalized format handling more generic in wined3d_format_convert_from_float. 2022-05-16 22:10:15 +02:00
winegstreamer winegstreamer: Set sample timestamps in MPEG audio decoder. 2022-05-11 19:33:23 +02:00
winehid.sys
winemac.drv winemac: Directly use ntdll for registry access in copy_system_cursor_name. 2022-05-17 10:23:20 +02:00
winemapi
wineoss.drv wineoss.drv: Enable compilation with long types. 2022-05-06 19:15:47 +02:00
wineps.drv
wineps16.drv16
winepulse.drv winepulse.drv: Enable compilation with long types. 2022-05-11 12:15:35 +02:00
wineusb.sys wineusb.sys: Expose composite device interfaces. 2022-05-12 12:34:17 +02:00
winevulkan winevulkan: Enable compilation with long types. 2022-05-13 22:11:41 +02:00
winex11.drv winex11: Don't use unicode.h. 2022-05-06 19:18:23 +02:00
winexinput.sys winexinput.sys: Clear the buffer passed to IOCTL_HID_GET_DEVICE_DESCRIPTOR. 2022-05-16 22:10:15 +02:00
wing.dll16
wing32
winhttp winhttp: Avoid freeing potentially uninitialized context in netconn_secure_connect(). 2022-03-21 16:12:07 +01:00
wininet wininet/tests: Test adding empty HTTP header. 2022-05-04 18:25:18 +02:00
winmm winmm: Remove obsolete -D_WINMM_ from Makefile.in. 2022-05-02 11:36:09 +02:00
winnls.dll16
winnls32
winscard
winsock.dll16
winspool.drv winspool: Enable compilation with long types. 2022-05-13 22:11:41 +02:00
winsta
wintab.dll16
wintab32
wintrust
wintypes wintypes: Implement IApiInformationStatics stubs. 2022-05-06 21:45:48 +02:00
winusb
wlanapi
wlanui
wldap32
wmadmod
wmasf
wmi
wmiutils
wmp wmp/tests: Remove unused include. 2022-04-07 22:44:38 +02:00
wmphoto
wmvcore
wnaspi32
wow32
wow64 ntdll: Partially implement NtUnmapViewOfSectionEx(). 2022-05-05 18:35:28 +02:00
wow64cpu wow64cpu: Use different JMP instruction to work around Rosetta bug. 2022-04-18 21:35:22 +02:00
wow64win win32u: Move NtUserCallMsgFilter implementation from user32. 2022-05-05 18:35:08 +02:00
wpc
wpcap
ws2_32 server: Do not signal accept bits if there are accept asyncs queued. 2022-05-05 18:36:28 +02:00
wsdapi
wshom.ocx
wsnmp32
wsock32
wtsapi32
wuapi
wuaueng
x3daudio1_0
x3daudio1_1
x3daudio1_2
x3daudio1_3
x3daudio1_4
x3daudio1_5
x3daudio1_6
x3daudio1_7
xactengine2_0
xactengine2_4
xactengine2_7
xactengine2_9
xactengine3_0
xactengine3_1
xactengine3_2
xactengine3_3
xactengine3_4
xactengine3_5
xactengine3_6
xactengine3_7
xapofx1_1
xapofx1_2
xapofx1_3
xapofx1_4
xapofx1_5
xaudio2_0
xaudio2_1
xaudio2_2
xaudio2_3
xaudio2_4
xaudio2_5
xaudio2_6
xaudio2_7
xaudio2_8
xaudio2_9
xinput1_1
xinput1_2
xinput1_3 xinput1_3: Support multiple HID simple haptics controller collections. 2022-03-14 18:30:55 +01:00
xinput1_4
xinput9_1_0
xmllite xmllite/reader: Implement CreateXmlReaderInputWithEncodingCodePage(). 2022-05-03 18:55:52 +02:00
xolehlp
xpsprint
xpssvcs