Sweden-Number/dlls
Arkadiusz Hiler ee4e33ed9a winebus.sys: Remove incorrect Report ID from the bus_sdl HID report descriptor.
According to "USB Device Class Definition for Human Interface Devices
Firmware Specification Version 1.11" Report ID 0 is reserved and should
not be used.

On top of that if Report ID is used anywhere in the descriptor the
reports are expected to be prepended with an ID and this is not the case
for bus_sdl devices.

It worked only because our current HID parser implementation treats the
Report ID 0 as there would be none.

Signed-off-by: Arkadiusz Hiler <ahiler@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-23 22:30:31 +01:00
..
acledit acledit: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:07 +01:00
aclui aclui: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:07 +01:00
activeds activeds: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:07 +01:00
activeds.tlb activeds.tlb: Add typelib. 2020-02-17 15:04:59 +01:00
actxprxy
adsiid
adsldp adsldp: Fix typos and spelling issues in FIXME() messages. 2020-04-20 17:19:11 +02:00
adsldpc adsldpc: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
advapi32 advapi32: Handle exceptions from dereferencing invalid crypt objects' handles. 2021-02-23 22:30:31 +01:00
advpack advpack: Use wide-char string literals. 2020-10-07 10:16:44 +02:00
amsi
amstream strmbase: Rename csFilter to filter_cs. 2021-01-19 08:52:32 +01:00
api-ms-win-appmodel-identity-l1-1-0
api-ms-win-appmodel-runtime-l1-1-1 kernelbase: Add GetPackageFamilyName stub. 2020-06-01 22:10:28 +02:00
api-ms-win-appmodel-runtime-l1-1-2
api-ms-win-core-apiquery-l1-1-0
api-ms-win-core-appcompat-l1-1-1
api-ms-win-core-appinit-l1-1-0 kernelbase: Stub LoadAppInitDlls(). 2020-04-22 17:21:16 +02:00
api-ms-win-core-atoms-l1-1-0
api-ms-win-core-bem-l1-1-0
api-ms-win-core-com-l1-1-0 combase: Implement CoCreateInstanceFromApp(). 2020-09-09 20:30:31 +02:00
api-ms-win-core-com-l1-1-1 combase: Implement CoCreateInstanceFromApp(). 2020-09-09 20:30:31 +02:00
api-ms-win-core-com-private-l1-1-0 api-ms: Redirect com-private to combase. 2020-09-02 16:30:04 +02:00
api-ms-win-core-comm-l1-1-0
api-ms-win-core-console-l1-1-0
api-ms-win-core-console-l2-1-0
api-ms-win-core-crt-l1-1-0
api-ms-win-core-crt-l2-1-0
api-ms-win-core-datetime-l1-1-0
api-ms-win-core-datetime-l1-1-1
api-ms-win-core-debug-l1-1-0
api-ms-win-core-debug-l1-1-1
api-ms-win-core-delayload-l1-1-0
api-ms-win-core-delayload-l1-1-1
api-ms-win-core-errorhandling-l1-1-0
api-ms-win-core-errorhandling-l1-1-1
api-ms-win-core-errorhandling-l1-1-2
api-ms-win-core-errorhandling-l1-1-3
api-ms-win-core-fibers-l1-1-0
api-ms-win-core-fibers-l1-1-1
api-ms-win-core-file-ansi-l2-1-0 api-ms-win-core-file-ansi-l2-1-0: Add dll. 2020-08-04 20:22:39 +02:00
api-ms-win-core-file-fromapp-l1-1-0 api-ms-win-core-file-fromapp-l1-1-0: Add dll. 2020-08-04 20:22:39 +02:00
api-ms-win-core-file-l1-1-0 kernel32: Fix spec entries for GetLongPathName(). 2020-01-07 22:26:08 +01:00
api-ms-win-core-file-l1-2-0 kernel32: Fix spec entries for GetLongPathName(). 2020-01-07 22:26:08 +01:00
api-ms-win-core-file-l1-2-1 kernel32: Fix spec entries for GetLongPathName(). 2020-01-07 22:26:08 +01:00
api-ms-win-core-file-l1-2-2
api-ms-win-core-file-l2-1-0
api-ms-win-core-file-l2-1-1
api-ms-win-core-file-l2-1-2
api-ms-win-core-handle-l1-1-0
api-ms-win-core-heap-l1-1-0 make_specfiles: Don't add forwards to the api-ms-* dlls. 2019-09-26 21:00:14 +02:00
api-ms-win-core-heap-l1-2-0 make_specfiles: Don't add forwards to the api-ms-* dlls. 2019-09-26 21:00:14 +02:00
api-ms-win-core-heap-l2-1-0
api-ms-win-core-heap-obsolete-l1-1-0
api-ms-win-core-interlocked-l1-1-0
api-ms-win-core-interlocked-l1-2-0
api-ms-win-core-io-l1-1-0
api-ms-win-core-io-l1-1-1 kernelbase: Implement GetOverlappedResultEx(). 2019-11-29 08:26:30 +01:00
api-ms-win-core-job-l1-1-0
api-ms-win-core-job-l2-1-0
api-ms-win-core-kernel32-legacy-l1-1-0
api-ms-win-core-kernel32-legacy-l1-1-1 kernel32: Fix some spec file entries. 2019-12-16 18:44:57 +01:00
api-ms-win-core-kernel32-private-l1-1-1
api-ms-win-core-largeinteger-l1-1-0
api-ms-win-core-libraryloader-l1-1-0 kernel32: Move resource functions to kernelbase. 2019-07-02 16:28:17 +02:00
api-ms-win-core-libraryloader-l1-1-1 kernel32: Move resource functions to kernelbase. 2019-07-02 16:28:17 +02:00
api-ms-win-core-libraryloader-l1-2-0 kernel32: Move resource functions to kernelbase. 2019-07-02 16:28:17 +02:00
api-ms-win-core-libraryloader-l1-2-1 kernel32: Move resource functions to kernelbase. 2019-07-02 16:28:17 +02:00
api-ms-win-core-libraryloader-l1-2-2
api-ms-win-core-libraryloader-l2-1-0 api-ms-win-core-libraryloader-l2-1-0: Add new dll. 2020-06-04 22:36:39 +02:00
api-ms-win-core-localization-l1-1-0 api-ms-win-core-localization: Update spec files. 2020-04-10 19:09:27 +02:00
api-ms-win-core-localization-l1-2-0 api-ms-win-core-localization: Update spec files. 2020-04-10 19:09:27 +02:00
api-ms-win-core-localization-l1-2-1 api-ms-win-core-localization: Update spec files. 2020-04-10 19:09:27 +02:00
api-ms-win-core-localization-l1-2-2 api-ms-win-core-localization-l1-2-2: Add new dll. 2020-06-04 22:36:39 +02:00
api-ms-win-core-localization-l2-1-0
api-ms-win-core-localization-obsolete-l1-1-0
api-ms-win-core-localization-obsolete-l1-2-0
api-ms-win-core-localization-obsolete-l1-3-0
api-ms-win-core-localization-private-l1-1-0
api-ms-win-core-localregistry-l1-1-0
api-ms-win-core-memory-l1-1-0
api-ms-win-core-memory-l1-1-1 kernel32: Move NUMA-related functions to kernelbase. 2019-09-26 19:36:10 +02:00
api-ms-win-core-memory-l1-1-2 kernel32: Move NUMA-related functions to kernelbase. 2019-09-26 19:36:10 +02:00
api-ms-win-core-memory-l1-1-3 api-ms-win-core-memory-l1-1-3: Add dll. 2020-08-04 20:22:38 +02:00
api-ms-win-core-memory-l1-1-4 api-ms-win-core-memory-l1-1-4: Add new dll. 2020-06-04 22:36:39 +02:00
api-ms-win-core-misc-l1-1-0
api-ms-win-core-namedpipe-ansi-l1-1-0 api-ms-win-core-namedpipe-ansi-l1-1-0: Add stub dll. 2020-06-25 23:08:31 +02:00
api-ms-win-core-namedpipe-l1-1-0
api-ms-win-core-namedpipe-l1-2-0
api-ms-win-core-namespace-l1-1-0
api-ms-win-core-normalization-l1-1-0
api-ms-win-core-path-l1-1-0
api-ms-win-core-privateprofile-l1-1-1
api-ms-win-core-processenvironment-l1-1-0 kernelbase: Implement SetEnvironmentStrings(). 2020-05-07 11:30:15 +02:00
api-ms-win-core-processenvironment-l1-2-0 kernelbase: Implement SetEnvironmentStrings(). 2020-05-07 11:30:15 +02:00
api-ms-win-core-processthreads-l1-1-0 kernel32: Forward OpenProcessToken() to kernelbase. 2019-12-16 19:22:26 +01:00
api-ms-win-core-processthreads-l1-1-1 kernelbase: Implement GetThreadIdealProcessorEx stub. 2020-01-27 16:47:52 +01:00
api-ms-win-core-processthreads-l1-1-2 kernelbase: Implement GetThreadIdealProcessorEx stub. 2020-01-27 16:47:52 +01:00
api-ms-win-core-processthreads-l1-1-3 kernel32: Implement higher level API to access thread description. 2019-11-26 16:33:55 +01:00
api-ms-win-core-processtopology-obsolete-l1-1-0
api-ms-win-core-profile-l1-1-0
api-ms-win-core-psapi-ansi-l1-1-0
api-ms-win-core-psapi-l1-1-0
api-ms-win-core-psapi-obsolete-l1-1-0
api-ms-win-core-quirks-l1-1-0
api-ms-win-core-realtime-l1-1-0
api-ms-win-core-registry-l1-1-0
api-ms-win-core-registry-l2-1-0
api-ms-win-core-registry-l2-2-0 api-ms-win-core-registry-l2-2-0: Add dll. 2020-03-18 16:40:21 +01:00
api-ms-win-core-registryuserspecific-l1-1-0
api-ms-win-core-rtlsupport-l1-1-0 ntdll: Implement RtlRestoreContext. 2020-05-28 20:18:32 +02:00
api-ms-win-core-rtlsupport-l1-2-0 ntdll: Implement RtlRestoreContext. 2020-05-28 20:18:32 +02:00
api-ms-win-core-shlwapi-legacy-l1-1-0
api-ms-win-core-shlwapi-obsolete-l1-1-0 shlwapi: Fix spec entry for QISearch(). 2020-01-06 19:36:26 +01:00
api-ms-win-core-shlwapi-obsolete-l1-2-0 shlwapi: Fix spec entry for QISearch(). 2020-01-06 19:36:26 +01:00
api-ms-win-core-shutdown-l1-1-0
api-ms-win-core-sidebyside-l1-1-0
api-ms-win-core-string-l1-1-0
api-ms-win-core-string-l2-1-0
api-ms-win-core-string-obsolete-l1-1-0
api-ms-win-core-stringansi-l1-1-0
api-ms-win-core-stringloader-l1-1-1
api-ms-win-core-synch-ansi-l1-1-0
api-ms-win-core-synch-l1-1-0
api-ms-win-core-synch-l1-2-0
api-ms-win-core-synch-l1-2-1
api-ms-win-core-sysinfo-l1-1-0
api-ms-win-core-sysinfo-l1-2-0 kernel32: Add stub implementation of EnumSystemFirmwareTables. 2019-08-20 21:29:36 +02:00
api-ms-win-core-sysinfo-l1-2-1 kernel32: Add stub implementation of EnumSystemFirmwareTables. 2019-08-20 21:29:36 +02:00
api-ms-win-core-systemtopology-l1-1-0 api-ms-win-core-systemtopology-l1-1-0: New DLL. 2020-07-07 19:24:27 +02:00
api-ms-win-core-threadpool-l1-1-0 kernelbase: Forward threadpool I/O functions to ntdll. 2020-04-15 11:40:38 +02:00
api-ms-win-core-threadpool-l1-2-0 kernelbase: Forward threadpool I/O functions to ntdll. 2020-04-15 11:40:38 +02:00
api-ms-win-core-threadpool-legacy-l1-1-0
api-ms-win-core-threadpool-private-l1-1-0
api-ms-win-core-timezone-l1-1-0
api-ms-win-core-toolhelp-l1-1-0
api-ms-win-core-url-l1-1-0
api-ms-win-core-util-l1-1-0
api-ms-win-core-version-l1-1-0
api-ms-win-core-version-l1-1-1
api-ms-win-core-version-private-l1-1-0
api-ms-win-core-versionansi-l1-1-0
api-ms-win-core-windowserrorreporting-l1-1-0 api-ms-win-core-windowserrorreporting-l1-1-0: Add WerUnregisterFile(). 2020-05-07 11:30:26 +02:00
api-ms-win-core-winrt-error-l1-1-0 combase: Add GetRestrictedErrorInfo and RoOriginateLanguageException stubs. 2020-01-07 22:26:08 +01:00
api-ms-win-core-winrt-error-l1-1-1 combase: Add GetRestrictedErrorInfo and RoOriginateLanguageException stubs. 2020-01-07 22:26:08 +01:00
api-ms-win-core-winrt-errorprivate-l1-1-1
api-ms-win-core-winrt-l1-1-0
api-ms-win-core-winrt-registration-l1-1-0
api-ms-win-core-winrt-roparameterizediid-l1-1-0
api-ms-win-core-winrt-string-l1-1-0
api-ms-win-core-winrt-string-l1-1-1
api-ms-win-core-wow64-l1-1-0
api-ms-win-core-wow64-l1-1-1 kernel32: Implement IsWow64Process2. 2020-06-30 11:05:53 +02:00
api-ms-win-core-xstate-l1-1-0 kernel32: Implement CopyContext(). 2020-09-01 12:34:43 +02:00
api-ms-win-core-xstate-l2-1-0 kernel32: Implement CopyContext(). 2020-09-01 12:34:43 +02:00
api-ms-win-crt-conio-l1-1-0
api-ms-win-crt-convert-l1-1-0 msvcrt: Correct spec entries for _wcstod_l(). 2020-10-06 21:47:56 +02:00
api-ms-win-crt-environment-l1-1-0
api-ms-win-crt-filesystem-l1-1-0
api-ms-win-crt-heap-l1-1-0 ucrtbase: Add _query_new_handler() and _query_new_mode(). 2020-01-28 14:23:28 +01:00
api-ms-win-crt-locale-l1-1-0 msvcrt: Implement pwctype() functions. 2021-01-15 17:04:34 +01:00
api-ms-win-crt-math-l1-1-0 msvcrt: Reimplement _fpclass(). 2020-11-16 17:51:30 +01:00
api-ms-win-crt-multibyte-l1-1-0 msvcrt: Implement _mbbtype_l(). 2020-09-24 17:44:51 +02:00
api-ms-win-crt-private-l1-1-0 ucrtbase: Improve __intrinsic_abnormal_termination stub. 2020-12-16 15:30:06 +01:00
api-ms-win-crt-process-l1-1-0
api-ms-win-crt-runtime-l1-1-0
api-ms-win-crt-stdio-l1-1-0 ucrtbase: Use -norelay for __stdio_common_vsprintf. 2019-10-04 22:11:20 +02:00
api-ms-win-crt-string-l1-1-0 msvcrt: Add _wctype table. 2020-07-21 15:17:24 +02:00
api-ms-win-crt-time-l1-1-0
api-ms-win-crt-utility-l1-1-0 msvcrt: Add -norelay flag to lldiv definition in spec files. 2021-01-25 21:08:01 +01:00
api-ms-win-devices-config-l1-1-0 setupapi: Implement CM_Get_DevNode_Property[_Ex]W(). 2020-01-28 19:44:12 +01:00
api-ms-win-devices-config-l1-1-1 setupapi: Implement CM_Get_DevNode_Property[_Ex]W(). 2020-01-28 19:44:12 +01:00
api-ms-win-devices-query-l1-1-1
api-ms-win-downlevel-advapi32-l1-1-0 kernelbase: Implement EqualDomainSid. 2019-11-12 22:05:58 +01:00
api-ms-win-downlevel-advapi32-l2-1-0
api-ms-win-downlevel-kernel32-l2-1-0 kernel32: Stub SetFirmwareEnvironmentVariableW. 2020-07-20 20:19:00 +02:00
api-ms-win-downlevel-normaliz-l1-1-0
api-ms-win-downlevel-ole32-l1-1-0
api-ms-win-downlevel-shell32-l1-1-0
api-ms-win-downlevel-shlwapi-l1-1-0 shlwapi: Fix spec entry for QISearch(). 2020-01-06 19:36:26 +01:00
api-ms-win-downlevel-shlwapi-l2-1-0 shlwapi: Forward SHSetValue() to shcore.dll. 2020-05-12 23:07:44 +02:00
api-ms-win-downlevel-user32-l1-1-0
api-ms-win-downlevel-version-l1-1-0
api-ms-win-dx-d3dkmt-l1-1-0 gdi32: Add D3DKMTSetQueuedLimit() stub. 2020-01-29 20:33:24 +01:00
api-ms-win-eventing-classicprovider-l1-1-0
api-ms-win-eventing-consumer-l1-1-0
api-ms-win-eventing-controller-l1-1-0
api-ms-win-eventing-legacy-l1-1-0
api-ms-win-eventing-provider-l1-1-0 advapi32: Add EventWriteString stub. 2019-08-19 16:13:26 +02:00
api-ms-win-eventlog-legacy-l1-1-0
api-ms-win-gdi-dpiinfo-l1-1-0
api-ms-win-mm-joystick-l1-1-0
api-ms-win-mm-misc-l1-1-1
api-ms-win-mm-mme-l1-1-0
api-ms-win-mm-time-l1-1-0
api-ms-win-ntuser-dc-access-l1-1-0
api-ms-win-ntuser-rectangle-l1-1-0
api-ms-win-ntuser-sysparams-l1-1-0 api-ms: Update EnumDisplayDevicesW() entries. 2020-02-12 16:54:02 +01:00
api-ms-win-perf-legacy-l1-1-0
api-ms-win-power-base-l1-1-0
api-ms-win-power-setting-l1-1-0 powrprof: Add PowerReadFriendlyName() stub. 2019-08-09 11:29:02 +02:00
api-ms-win-rtcore-ntuser-draw-l1-1-0
api-ms-win-rtcore-ntuser-private-l1-1-0
api-ms-win-rtcore-ntuser-private-l1-1-4
api-ms-win-rtcore-ntuser-window-l1-1-0
api-ms-win-rtcore-ntuser-winevent-l1-1-0
api-ms-win-rtcore-ntuser-wmpointer-l1-1-0
api-ms-win-rtcore-ntuser-wmpointer-l1-1-3
api-ms-win-security-activedirectoryclient-l1-1-0
api-ms-win-security-audit-l1-1-1
api-ms-win-security-base-l1-1-0 kernelbase: Implement EqualDomainSid. 2019-11-12 22:05:58 +01:00
api-ms-win-security-base-l1-2-0 kernelbase: Implement EqualDomainSid. 2019-11-12 22:05:58 +01:00
api-ms-win-security-base-private-l1-1-1
api-ms-win-security-credentials-l1-1-0
api-ms-win-security-cryptoapi-l1-1-0
api-ms-win-security-grouppolicy-l1-1-0
api-ms-win-security-lsalookup-l1-1-0
api-ms-win-security-lsalookup-l1-1-1
api-ms-win-security-lsalookup-l2-1-0
api-ms-win-security-lsalookup-l2-1-1
api-ms-win-security-lsapolicy-l1-1-0
api-ms-win-security-provider-l1-1-0
api-ms-win-security-sddl-l1-1-0
api-ms-win-security-systemfunctions-l1-1-0
api-ms-win-service-core-l1-1-0
api-ms-win-service-core-l1-1-1
api-ms-win-service-management-l1-1-0
api-ms-win-service-management-l2-1-0
api-ms-win-service-private-l1-1-1
api-ms-win-service-winsvc-l1-1-0
api-ms-win-service-winsvc-l1-2-0
api-ms-win-shcore-obsolete-l1-1-0
api-ms-win-shcore-scaling-l1-1-1 shcore: Add stub for GetScaleFactorForMonitor. 2019-11-25 20:47:43 +01:00
api-ms-win-shcore-stream-l1-1-0
api-ms-win-shcore-thread-l1-1-0
api-ms-win-shell-shellcom-l1-1-0
api-ms-win-shell-shellfolders-l1-1-0
apphelp apphelp: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
appwiz.cpl mscoree: Update Wine Mono to 6.0.0. 2021-02-09 11:13:37 +01:00
atl atl: Use wide-char string literals. 2020-10-07 11:24:12 +02:00
atl80 atl80/tests:Use wide-char string literals. 2020-09-30 10:50:46 +02:00
atl90
atl100 atl100/tests: Use wide-char string literals. 2020-12-14 12:20:44 +01:00
atl110
atlthunk atlthunk: Add support for ARM64. 2019-10-29 13:15:35 +01:00
atmlib atmlib: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
authz authz: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
avicap32
avifil32 avifil32: Only add the first stream reference to the parent. 2020-11-03 11:21:04 +01:00
avifile.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
avrt avrt: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
bcrypt bcrypt: Fix padding in format_gnutls_signature(). 2021-01-18 22:46:37 +01:00
bluetoothapis bluetoothapis: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
browseui browseui: Use wide-char string literals. 2020-09-30 10:50:49 +02:00
bthprops.cpl
cabinet cabinet: Build with msvcrt. 2019-11-25 20:47:43 +01:00
capi2032 capi2032: Use standard dlopen() instead of the libwine wrappers. 2020-04-06 21:21:41 +02:00
cards
cdosys
cfgmgr32 setupapi: Add stub for CM_Get_Device_Interface_Alias{A,W}. 2020-05-14 23:12:31 +02:00
clusapi clusapi: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
combase combase: Update thread flags when entering/leaving apartments. 2020-11-19 21:23:22 +01:00
comcat comcat/tests: Use wide-char string literals. 2020-10-01 11:46:37 +02:00
comctl32 comctl32/button: Turn off themed painting if parts are unavailable for Command Links. 2021-02-22 20:20:01 +01:00
comdlg32 comdlg32: Set DEFAULT_CHARSET if CF_NOSCRIPTSEL is set. 2021-01-25 21:09:46 +01:00
comm.drv16
commdlg.dll16 include: Add CURRENT_SS/SP macros for 16-bit code. 2020-11-26 21:31:53 +01:00
compobj.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
compstui compstui: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
comsvcs comsvcs/tests: Close test thread handles. 2020-10-21 10:51:19 +02:00
concrt140 concrt140: Add arm exports. 2021-02-03 21:05:36 +01:00
connect connect: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
credui credui: Use wide-char string literals. 2020-10-09 10:45:25 +02:00
crtdll msvcrt: Prefix *rot* functions. 2020-12-16 15:30:06 +01:00
crypt32 crypt32: Also import user/admin defined root certificates on macOS. 2021-01-25 21:04:10 +01:00
cryptdlg cryptdlg: Use wide-char string literals. 2020-12-01 10:13:12 +01:00
cryptdll cryptdll: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
cryptext cryptext: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
cryptnet cryptnet: Fix the spelling of the x-pkcs7-certificates MIME type. 2020-11-09 20:15:11 +01:00
cryptsp cryptsp: Add dll. 2021-02-10 20:06:02 +01:00
cryptui cryptui/tests: Use wide-char string literals. 2020-12-09 10:27:31 +01:00
ctapi32 ctapi32: Use standard dlopen() instead of the libwine wrappers. 2020-04-06 21:21:41 +02:00
ctl3d.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
ctl3d32
ctl3dv2.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
d2d1 d2d1/tests: Add return value test (Coverity). 2021-02-02 20:39:39 +01:00
d3d8 wined3d: Return E_INVALIDARG from vertexdeclaration_init() on validation failure. 2021-02-08 20:10:15 +01:00
d3d8thk d3d8thk: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3d9 wined3d: Return E_INVALIDARG from vertexdeclaration_init() on validation failure. 2021-02-08 20:10:15 +01:00
d3d10 d3d10: Remove superfluous TRUE : FALSE conditional expression. 2020-04-17 11:46:35 +02:00
d3d10_1 d3d10_1: Introduce a function to convert d3d10_1 feature levels to D3D_FEATURE_LEVEL. 2020-04-10 19:09:33 +02:00
d3d10core d3d10core/tests: Add format compatibility tests for compressed formats. 2021-02-10 09:14:36 +01:00
d3d11 d3d11: Always return the rectangle count in d3d11_immediate_context_RSGetScissorRects(). 2021-02-23 22:30:31 +01:00
d3d12 d3d12: Request VKD3D_API_VERSION_1_2. 2021-01-22 18:33:32 +01:00
d3dcompiler_33 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_34 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_35 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_36 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_37 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_38 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_39 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_40 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_41 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_42 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_43 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_46 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dcompiler_47 d3dcompiler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dim d3dim: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3dim700 d3dim: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
d3drm d3drm: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_24 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_25 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_26 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_27 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_28 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_29 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_30 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_31 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_32 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_33 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_34 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_35 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_36 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_37 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_38 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_39 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_40 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_41 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_42 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx9_43 d3dx9: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx10_33 d3dx10: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx10_34 d3dx10: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx10_35 d3dx10: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx10_36 d3dx10: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx10_37 d3dx10: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx10_38 d3dx10: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx10_39 d3dx10: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx10_40 d3dx10: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx10_41 d3dx10: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx10_42 d3dx10: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx10_43 d3dx10: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx11_42 d3dx11: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dx11_43 d3dx11: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
d3dxof d3dxof: Use stricmp() instead of _strnicmp(..., -1). 2020-03-27 21:16:12 +01:00
davclnt davclnt: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
dbgeng dbgeng/tests: Use different flags for unsupported options. 2020-10-12 10:42:03 +02:00
dbghelp dbghelp: Support UWOP_PUSH_MACHFRAME on x64. 2021-01-15 16:19:28 +01:00
dciman32
dcomp dcomp: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
ddeml.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
ddraw ddraw/tests: Also test RT caps for software device. 2021-02-18 22:39:33 +01:00
ddrawex ddrawex: Add version resource. 2020-11-03 22:18:27 +01:00
devenum devenum: Avoid initializing nameless unions in designated initializers. 2020-12-29 21:08:59 +01:00
dhcpcsvc dhcpcsvc: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
dhtmled.ocx dhtmled.ocx: Implement IOleObject::GetMiscStatus function. 2021-02-18 22:39:34 +01:00
difxapi
dinput dinput: Map Xbox One controller triggers (accelerator/brake) to Rx/Ry on Mac. 2021-02-11 22:26:35 +01:00
dinput8 dinput8/tests: Use wide-char string literals. 2020-10-07 11:24:12 +02:00
directmanipulation directmanipulation: Return S_OK form viewport_SetViewportOptions stub. 2020-11-17 21:16:43 +01:00
dispdib.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
dispex
display.drv16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
dmband dmusic: Sync up the dmobject.[ch] files. 2020-12-01 10:13:08 +01:00
dmcompos dmusic: Sync up the dmobject.[ch] files. 2020-12-01 10:13:08 +01:00
dmime dmime: Get rid of the DMUS_PRIVATE_SEGMENT_ITEM typedef. 2020-09-25 10:51:50 +02:00
dmloader dmusic: Sync up the dmobject.[ch] files. 2020-12-01 10:13:08 +01:00
dmoguids include: Add dmodshow.idl and IDMOWrapperFilter. 2020-02-18 11:11:39 +01:00
dmscript dmusic: Sync up the dmobject.[ch] files. 2020-12-01 10:13:08 +01:00
dmstyle dmusic: Sync up the dmobject.[ch] files. 2020-12-01 10:13:08 +01:00
dmsynth dmsynth: Avoid the LPDIRECTMUSICSYNTH8 type. 2020-01-27 14:41:07 +01:00
dmusic dmusic: Sync up the dmobject.[ch] files. 2020-12-01 10:13:08 +01:00
dmusic32
dnsapi dnsapi/tests: Use wide-char string literals. 2020-12-09 10:27:36 +01:00
dplay
dplayx dplayx: Use wide-char string literals. 2020-10-01 11:47:10 +02:00
dpnaddr
dpnet dpnet: Use wide-char string literals. 2020-11-18 20:28:05 +01:00
dpnhpast
dpnlobby
dpvoice dpvoice: Use wide-char string literals. 2020-10-09 10:45:37 +02:00
dpwsockx dpwsockx: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
drmclien drmclien: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
dsdmo dsdmo: Add a version resource. 2020-10-15 20:36:32 +02:00
dsound dsound: IDirectSoundBuffer8 GetStatus return DSBSTATUS_LOCSOFTWARE for deferred buffers. 2021-01-18 22:46:37 +01:00
dsquery
dssenh dssenh/tests: Fix the spelling of a skip() message. 2020-11-25 22:51:35 +01:00
dsuiext dsuiext: Add IDsDisplaySpecifier stubs. 2020-04-07 22:24:31 +02:00
dswave dmusic: Sync up the dmobject.[ch] files. 2020-12-01 10:13:08 +01:00
dwmapi dwmapi: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
dwrite dwrite: Remove unused function. 2021-02-23 15:48:03 +01:00
dx8vb dx8vb: Add version resource. 2020-11-03 22:18:33 +01:00
dxdiagn dxdiagn: Use wide-char string literals. 2020-11-18 20:28:05 +01:00
dxerr8 dxerr8: Use wide character string literals. 2020-03-09 12:10:52 +01:00
dxerr9 dxerr9: Use wide character string literals. 2020-03-09 12:10:52 +01:00
dxgi wined3d: Support multiple outputs. 2021-01-26 17:53:54 +01:00
dxguid
dxva2 dxva2: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-22 14:42:08 +01:00
esent esent: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
evr evr/tests: Add some more interface checks for the allocator. 2021-02-10 20:04:40 +01:00
explorerframe explorerframe: Handle NSTCS_SINGLECLICKEXPAND style. 2021-02-11 10:12:12 +01:00
ext-ms-win-authz-context-l1-1-0
ext-ms-win-domainjoin-netjoin-l1-1-0
ext-ms-win-dwmapi-ext-l1-1-0
ext-ms-win-gdi-dc-create-l1-1-0
ext-ms-win-gdi-dc-create-l1-1-1
ext-ms-win-gdi-dc-l1-2-0
ext-ms-win-gdi-devcaps-l1-1-0
ext-ms-win-gdi-draw-l1-1-0
ext-ms-win-gdi-draw-l1-1-1
ext-ms-win-gdi-font-l1-1-0
ext-ms-win-gdi-font-l1-1-1 gdi32: Add D3DKMTSetQueuedLimit() stub. 2020-01-29 20:33:24 +01:00
ext-ms-win-gdi-render-l1-1-0
ext-ms-win-kernel32-package-current-l1-1-0
ext-ms-win-kernel32-package-l1-1-1 kernelbase: Add GetPackageFamilyName stub. 2020-06-01 22:10:28 +02:00
ext-ms-win-ntuser-dialogbox-l1-1-0
ext-ms-win-ntuser-draw-l1-1-0
ext-ms-win-ntuser-gui-l1-1-0
ext-ms-win-ntuser-gui-l1-3-0
ext-ms-win-ntuser-keyboard-l1-3-0
ext-ms-win-ntuser-message-l1-1-0
ext-ms-win-ntuser-message-l1-1-1
ext-ms-win-ntuser-misc-l1-1-0
ext-ms-win-ntuser-misc-l1-2-0
ext-ms-win-ntuser-misc-l1-5-1
ext-ms-win-ntuser-mouse-l1-1-0
ext-ms-win-ntuser-private-l1-1-1
ext-ms-win-ntuser-private-l1-3-1
ext-ms-win-ntuser-rectangle-ext-l1-1-0
ext-ms-win-ntuser-uicontext-ext-l1-1-0
ext-ms-win-ntuser-window-l1-1-0
ext-ms-win-ntuser-window-l1-1-1
ext-ms-win-ntuser-window-l1-1-4
ext-ms-win-ntuser-windowclass-l1-1-0
ext-ms-win-ntuser-windowclass-l1-1-1
ext-ms-win-oleacc-l1-1-0
ext-ms-win-ras-rasapi32-l1-1-0
ext-ms-win-rtcore-gdi-devcaps-l1-1-0
ext-ms-win-rtcore-gdi-object-l1-1-0
ext-ms-win-rtcore-gdi-rgn-l1-1-0
ext-ms-win-rtcore-ntuser-cursor-l1-1-0
ext-ms-win-rtcore-ntuser-dc-access-l1-1-0
ext-ms-win-rtcore-ntuser-dpi-l1-1-0
ext-ms-win-rtcore-ntuser-dpi-l1-2-0
ext-ms-win-rtcore-ntuser-rawinput-l1-1-0
ext-ms-win-rtcore-ntuser-syscolors-l1-1-0
ext-ms-win-rtcore-ntuser-sysparams-l1-1-0 api-ms: Update EnumDisplayDevicesW() entries. 2020-02-12 16:54:02 +01:00
ext-ms-win-security-credui-l1-1-0
ext-ms-win-security-cryptui-l1-1-0
ext-ms-win-shell-comctl32-init-l1-1-0
ext-ms-win-shell-comdlg32-l1-1-0
ext-ms-win-shell-shell32-l1-2-0
ext-ms-win-uxtheme-themes-l1-1-0
faultrep faultrep: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:05:35 +01:00
feclient feclient: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
fltlib fltlib: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:05:40 +01:00
fltmgr.sys fltmgr.sys: Use wide-char string literals. 2020-10-02 09:57:34 +02:00
fntcache fntcache: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:05:44 +01:00
fontsub fontsub: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:05:48 +01:00
fusion fusion/tests: Fix some format-overflow warnings. 2020-02-11 22:39:59 +01:00
fwpuclnt fwpuclnt: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:05:55 +01:00
gameux gameux/tests: Use wide-char string literals. 2020-12-07 11:08:59 +01:00
gdi.exe16 gdi32: Use explicit CDECL in window_surface_funcs. 2020-09-22 11:30:00 +02:00
gdi32 gdi32: ExtTextOut should fail if count is larger than INT_MAX. 2021-02-03 21:01:38 +01:00
gdiplus gdiplus/metafile: Implement GdipRecordMetafileFileName. 2021-02-08 10:44:51 +01:00
glu32 glu32: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:01 +01:00
gphoto2.ds gphoto2.ds: Use standard dlopen() instead of the libwine wrappers. 2020-04-06 21:21:41 +02:00
gpkcsp gpkcsp: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:06 +01:00
hal
hhctrl.ocx hhctrl.ocx: Use stricmp() instead of _strnicmp(..., -1). 2020-12-02 15:38:25 +01:00
hid hid: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
hidclass.sys hidclass.sys: No longer track devices in a list. 2021-02-12 14:41:43 +01:00
hlink hlink: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
hnetcfg hnetcfg/tests: Use wide-char string literals. 2020-12-14 12:20:42 +01:00
http.sys http.sys: Use wide-char string literals. 2020-10-02 09:57:54 +02:00
httpapi httpapi/tests: Avoid some test failures with newer Windows 10. 2020-12-28 12:26:13 +01:00
iccvid
icmp
ieframe ieframe: Implement SetQueryNetSessionCount. 2021-01-29 15:41:50 +01:00
ieproxy
ifsmgr.vxd
imaadp32.acm imaadp32.acm: Use wide-char string literals. 2020-10-02 09:58:03 +02:00
imagehlp imagehlp: Partially implement BindImageEx(). 2021-02-15 10:59:05 +01:00
imm.dll16
imm32 imm32: Use wide-char string literals. 2020-11-20 10:08:59 +01:00
inetcomm inetcomm: Use wide-char string literals. 2020-10-23 19:56:20 +02:00
inetcpl.cpl inetcpl.cpl: Fix memory leak in security_on_initdialog. 2020-12-17 22:21:59 +01:00
inetmib1 inetmib1: Make bsearch() callback functions cdecl. 2019-08-22 09:58:00 +02:00
infosoft infosoft/tests: Use wide-char string literals. 2020-10-02 09:58:07 +02:00
initpki initpki: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:10 +01:00
inkobj inkobj: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:14 +01:00
inseng
iphlpapi iphlpapi: Include <netinet/in.h> in ifenum.c. 2021-02-22 09:09:26 +01:00
iprop
irprops.cpl
itircl itircl: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:17 +01:00
itss itss: Use zero terminated WCHAR strings. 2020-11-20 10:08:48 +01:00
joy.cpl joy.cpl: Use wide-char string literals. 2020-10-07 11:24:12 +02:00
jscript jscript: Add VT_CY type support. 2021-01-22 20:34:57 +01:00
jsproxy jsproxy: Use wide-char string literals. 2020-10-02 09:58:12 +02:00
kerberos kerberos: Use standard dlopen() instead of the libwine wrappers. 2020-04-06 21:21:41 +02:00
kernel32 kernelbase: Reimplement GetVolumeInformation on top of GetVolumeInformationByHandle. 2021-02-17 11:44:05 +01:00
kernelbase ntdll: ObjectName should also be used in NtUnloadKey. 2021-02-17 22:21:13 +01:00
keyboard.drv16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
krnl386.exe16 krnl386.exe: Cap GetFreeSpace value to 2GB. 2021-02-23 15:48:55 +01:00
ksecdd.sys
ksproxy.ax ksproxy.ax: Add version resource. 2020-11-03 22:18:36 +01:00
ksuser ksuser: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
ktmw32
l3codeca.acm
loadperf loadperf: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:21 +01:00
localspl localspl: Use wide-char string literals. 2020-12-04 18:39:39 +01:00
localui localui/tests: Use strings instead of arrays of chars. 2020-10-12 10:42:02 +02:00
lz32 lz32/tests: Use wide-char string literals. 2020-10-15 10:17:04 +02:00
lzexpand.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
mapi32 mapi32: Use wide-char string literals. 2020-12-03 10:25:30 +01:00
mapistub mapistub: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
mciavi32 mciavi32: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
mcicda mcicda: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
mciqtz32 mciqtz32: Use wide-char string literals. 2020-10-02 09:58:19 +02:00
mciseq mciseq: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
mciwave mciwave: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
mf mf/tests: Skip all tests on Vista. 2021-02-23 15:48:13 +01:00
mf3216
mferror mferror: Add some more clock error codes. 2020-02-20 16:16:53 +01:00
mfmediaengine mfmediaengine: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:25 +01:00
mfplat mfplat: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:28 +01:00
mfplay mfplay: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:32 +01:00
mfreadwrite mfreadwrite/reader: Add support for reading to SA-allocated samples. 2021-02-19 22:54:09 +01:00
mfuuid mfuuid: Add file scheme handler CLSID to static library. 2020-04-27 11:41:42 +02:00
mgmtapi mgmtapi: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:36 +01:00
midimap midimap: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
mlang mlang: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
mmcndmgr
mmdevapi mmdevapi: Add SpatialAudio tests. 2021-02-04 23:11:22 +01:00
mmdevldr.vxd
mmsystem.dll16 mmsystem: Win16 DllEntryPoint uses HINSTANCE16, not HINSTANCE. 2021-01-15 16:21:34 +01:00
monodebg.vxd
mountmgr.sys mountmgr.sys: Add support for volume information queries. 2021-02-15 16:20:42 +01:00
mouse.drv16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
mp3dmod mp3dmod/tests: Add more tests for GetInputSizeInfo() and GetOutputSizeInfo(). 2020-11-26 23:25:38 +01:00
mpr mpr: Use wide-char string literals. 2020-11-05 09:56:47 +01:00
mprapi mprapi: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:40 +01:00
msacm.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
msacm32 msacm32: Use wide-char string literals. 2020-11-25 21:39:18 +01:00
msacm32.drv msacm32.drv: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
msado15 msado15: Add helper function to create CommandText interface. 2021-02-23 09:55:57 +01:00
msadp32.acm msadp32.acm: Use wide-char string literals. 2020-10-02 09:58:23 +02:00
msasn1 msasn1: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:44 +01:00
mscat32 mscat32: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
mscms mscms/tests: Inline a simple string. 2020-11-16 11:25:18 +01:00
mscoree mscoree: Remove individual vtable fixup traces. 2021-02-18 10:10:37 +01:00
mscorwks mscorwks: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
msctf msctf/tests: Use wide-char string literals. 2020-12-07 11:08:35 +01:00
msctfp
msdaps include: Add mulres.idl. 2021-02-04 21:25:32 +01:00
msdelta msdelta: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
msdmo msdmo/tests: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
msdrm msdrm: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
msftedit msftedit: Use wide-char string literals. 2020-10-02 09:58:27 +02:00
msg711.acm msg711.acm: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
msgsm32.acm msgsm32.acm: Use standard dlopen() instead of the libwine wrappers. 2020-04-06 21:21:42 +02:00
mshtml mshtml: Add nsICacheInfoChannel stub implementation. 2021-02-17 21:42:18 +01:00
mshtml.tlb
msi msi: Remove read-only bit when copying the package file. 2021-02-16 10:50:53 +01:00
msident
msimg32
msimsg
msimtf
msisip msisip: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:48 +01:00
msisys.ocx
msls31 msls31: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
msnet32 msnet32: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:52 +01:00
mspatcha mspatcha: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:06:56 +01:00
msports msports: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
msrle32 msrle32: Return expected flags from GetInfo. 2019-11-04 22:43:01 +01:00
msscript.ocx msscript.ocx/tests: Use wide-char string literals. 2020-12-28 12:26:09 +01:00
mssign32 mssign32: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:07:00 +01:00
mssip32 mssip32: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:07:04 +01:00
mstask mstask: Use wide-char string literals. 2020-11-16 11:47:49 +01:00
msvcirt msvcirt: Implement remainder of fstream class. 2021-02-22 20:49:09 +01:00
msvcm80 msvcm: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:07:07 +01:00
msvcm90 msvcm: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-23 10:07:07 +01:00
msvcp60 msvcp60: Remove MSVCP_bool type. 2020-11-27 21:59:40 +01:00
msvcp70
msvcp71 msvcp90: Add _Wcsxfrm implementation. 2021-02-03 20:59:25 +01:00
msvcp80 msvcp90: Add _Wcsxfrm implementation. 2021-02-03 20:59:25 +01:00
msvcp90 msvcp90: Add _Wcsxfrm implementation. 2021-02-03 20:59:25 +01:00
msvcp100 msvcp90: Add _Wcsxfrm implementation. 2021-02-03 20:59:25 +01:00
msvcp110 msvcp90: Add _Wcsxfrm implementation. 2021-02-03 20:59:25 +01:00
msvcp120 msvcp90: Add _Wcsxfrm implementation. 2021-02-03 20:59:25 +01:00
msvcp120_app msvcp90: Add _Wcsxfrm implementation. 2021-02-03 20:59:25 +01:00
msvcp140 msvcp90: Add _Wcsxfrm implementation. 2021-02-03 20:59:25 +01:00
msvcp140_1 msvcp140_1: Add stub msvcp140_1. 2020-07-29 21:26:17 +02:00
msvcr70 msvcrt: Fix some spec file discrepancies. 2021-01-15 17:05:55 +01:00
msvcr71 msvcrt: Fix some spec file discrepancies. 2021-01-15 17:05:55 +01:00
msvcr80 msvcrt: Fix some spec file discrepancies. 2021-01-15 17:05:55 +01:00
msvcr90 msvcrt: Fix some spec file discrepancies. 2021-01-15 17:05:55 +01:00
msvcr100 msvcrt: Add -norelay flag to lldiv definition in spec files. 2021-01-25 21:08:01 +01:00
msvcr110 msvcrt: Add -norelay flag to lldiv definition in spec files. 2021-01-25 21:08:01 +01:00
msvcr120 msvcr120: Relax gettnames structure layout tests. 2021-02-10 20:06:07 +01:00
msvcr120_app msvcr120: Don't export thiscall functions on arm. 2021-02-03 21:04:15 +01:00
msvcrt msvcrt: Ignore inherited FDs with invalid handles in msvcrt_init_io(). 2021-02-15 21:11:28 +01:00
msvcrt20 msvcirt: Implement remainder of fstream class. 2021-02-22 20:49:09 +01:00
msvcrt40 msvcirt: Implement remainder of fstream class. 2021-02-22 20:49:09 +01:00
msvcrtd msvcrt: Fix some spec file discrepancies. 2021-01-15 17:05:55 +01:00
msvfw32 msvfw32/tests: Use wide-char string literals. 2020-12-07 11:08:13 +01:00
msvidc32
msvideo.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
mswsock
msxml
msxml2
msxml3 msxml3: Fold in reset_output_buffer. 2021-02-02 22:32:25 +01:00
msxml4
msxml6 msxml6: Update version resource. 2020-05-05 20:53:02 +02:00
mtxdm
ncrypt ncrypt: Add NCryptIsKeyHandle stub. 2020-10-26 10:23:59 +01:00
nddeapi
ndis.sys ndis.sys: Avoid including ntddndis.h directly. 2021-01-28 09:42:39 +01:00
netapi32 include: Remove some no longer used Unicode functions. 2020-12-02 15:38:25 +01:00
netcfgx netcfgx/tests: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
netio.sys netio.sys: Fix some minor case issues in comments. 2020-06-29 21:07:43 +02:00
netprofm netprofm: Create a connection point object for INetworkEvents. 2020-11-03 21:49:47 +01:00
netutils netutils: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
newdev
ninput
normaliz normaliz: Remove DLL_WINE_PREATTACH. 2021-02-18 12:09:06 +01:00
npmshtml
npptools npptools: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
ntdll ntdll: Use xsavec in x86_64 syscall dispatcher. 2021-02-22 20:19:17 +01:00
ntdsapi ntdsapi: Use wide-char string literals. 2020-10-12 10:40:00 +02:00
ntoskrnl.exe ntoskrnl.exe: Exclude large integer APIs from relay tracing. 2021-02-22 18:38:37 +01:00
ntprint
objsel
odbc32 odbc32: Build with msvcrt. 2020-10-01 12:15:30 +02:00
odbcbcp odbcbcp: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
odbccp32 odbccp32: Implement SQLWriteDSNToIni/W. 2021-02-18 22:39:34 +01:00
odbccu32
ole2.dll16 ole2.dll16: Add stub OleIsCurrentClipboard function. 2020-06-02 21:53:14 +02:00
ole2conv.dll16
ole2disp.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
ole2nls.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
ole2prox.dll16
ole2thk.dll16
ole32 ole32: Use wide-char string literals in filemoniker.c. 2020-11-27 10:18:28 +01:00
oleacc oleacc/tests: Fix the window name and keyboard shortcut tests. 2020-11-05 20:47:43 +01:00
oleaut32 oleaut32: Use C locale in VARIANT_BstrFromReal. 2021-02-16 23:01:38 +01:00
olecli.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
olecli32
oledb32 oledb32: Add a partial implementation of IErrorRecords_GetErrorInfo(). 2020-11-27 10:20:00 +01:00
oledlg oledlg/tests: Use wide-char string literals. 2020-12-07 11:08:16 +01:00
olepro32
olesvr.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
olesvr32
olethk32 olethk32: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
opcservices opcservices: Use wide-char string literals. 2020-10-13 11:30:43 +02:00
openal32
opencl libwine: Remove wine/library.h. 2020-09-08 16:26:17 +02:00
opengl32 opengl32: Support PFD_DEPTH_DONTCARE flag in wglChoosePixelFormat(). 2021-02-12 14:49:05 +01:00
packager packager: Use wide-char string literals. 2020-10-06 11:54:56 +02:00
pdh pdh: Use wide-char string literals. 2020-11-05 09:56:45 +01:00
photometadatahandler photometadatahandler: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
pidgen
powrprof powrprof: Use wide-char string literals. 2020-10-28 10:03:15 +01:00
printui
prntvpt prntvpt: Fix a null check (Coverity). 2020-08-03 10:22:38 +02:00
propsys propsys: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
psapi kernelbase: Implement GetMappedFileNameA/W. 2021-02-11 11:02:26 +01:00
pstorec
pwrshplugin pwrshplugin: New stub dll. 2020-06-12 19:43:41 +02:00
qasf strmbase: Rename csFilter to filter_cs. 2021-01-19 08:52:32 +01:00
qcap strmbase: Rename csFilter to filter_cs. 2021-01-19 08:52:32 +01:00
qdvd qdvd: Add version resource. 2020-11-03 22:18:41 +01:00
qedit strmbase: Rename csFilter to filter_cs. 2021-01-19 08:52:32 +01:00
qmgr qmgr/tests: Fix the spelling of an ok() message. 2020-11-25 22:51:35 +01:00
qmgrprxy
quartz quartz: Use free() to free the "pszFileName" member. 2021-02-22 09:08:21 +01:00
query
qwave qwave: Add QOSAddSocketToFlow stub. 2020-03-05 20:27:55 +01:00
rasapi16.dll16
rasapi32
rasdlg
regapi regapi: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
resutils resutils: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
riched20 riched20: Add check to ensure iob is a valid index into the object array. 2021-01-18 22:46:37 +01:00
riched32 riched32/tests: Avoid an unneeded strlen() call. 2019-12-10 20:59:19 +01:00
rpcrt4 rpcrt4: Make inline asm compatible with Thumb-2. 2021-01-19 13:25:18 +01:00
rsabase
rsaenh rsaenh: Remove an unnecessary reference to wine-devel. 2020-05-18 12:16:42 +02:00
rstrtmgr rstrtmgr: Add stubs RmAddFilter and RmRemoveFilter. 2019-10-28 18:35:37 +01:00
rtutils rtutils: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
rtworkq rtworkq: Add remaining queue management stubs. 2020-10-05 20:51:50 +02:00
samlib samlib: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
sane.ds sane.ds: Use standard dlopen() instead of the libwine wrappers. 2020-04-07 14:26:19 +02:00
sapi sapi: Fix typo in ISpVoice::SetOutput() trace. 2020-11-23 12:39:13 +01:00
sas sas: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
scarddlg scarddlg: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
sccbase
schannel schannel/tests: Use a more reliable method for detecting a wrong SECPKG_INTERFACE_VERSION. 2019-11-28 20:45:46 +01:00
schedsvc schedsvc/tests: Use wide-char string literals. 2020-12-14 12:20:59 +01:00
scrobj scrobj/tests: Fix a typo. 2020-01-09 22:50:49 +01:00
scrrun scrrun/tests: Use wide-char string literals. 2020-12-09 10:27:12 +01:00
scsiport.sys scsiport.sys: Reinstate the subsystem native option. 2020-08-13 21:12:10 +02:00
sechost sechost: Free the right variable (Coverity). 2020-08-03 10:22:13 +02:00
secur32 secur32/tests: Add tests for renegotiating an SSL connection. 2021-02-19 23:46:30 +01:00
security
sensapi
serialui serialui: Use wide-char string literals. 2020-11-03 14:53:35 +01:00
setupapi setupapi: Handle NULL source filename in build_filepathsW. 2020-12-07 22:35:29 +01:00
setupx.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
sfc sfc: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
sfc_os
shcore shcore/tests: Use wide-char string literals. 2020-12-09 10:27:40 +01:00
shdoclc
shdocvw shdocvw: Use wide-char string literals. 2020-12-01 21:22:59 +01:00
shell.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
shell32 shell32: Implement IFileOperation stub. 2021-02-09 11:55:10 +01:00
shfolder
shlwapi winapi: Use __alignof__ on clang. 2020-12-16 15:30:07 +01:00
slbcsp
slc slc/tests: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
snmpapi
softpub
sound.drv16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
spoolss spoolss: Use wide-char string literals. 2020-10-15 10:16:05 +02:00
srclient srclient: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
srvcli srvcli: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
sspicli
stdole2.tlb
stdole32.tlb
sti sti: Use wide-char string literals. 2020-12-01 10:13:14 +01:00
storage.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
stress.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
strmbase strmbase: Acquire the streaming lock in sink_EndOfStream(). 2021-01-20 11:11:22 +01:00
strmdll strmdll: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
strmiids
svrapi svrapi: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
sxs sxs: Query context that contains the GUID in SxsLookupClrGuid(). 2020-12-07 22:35:29 +01:00
system.drv16 include: Add CURRENT_SS/SP macros for 16-bit code. 2020-11-26 21:31:53 +01:00
t2embed t2embed: Use a wchar string literal instead of a temp variable. 2019-10-30 09:12:02 +01:00
tapi32 tapi/tests: Add initial tests for lineInitialize. 2019-11-22 15:31:08 +01:00
taskschd taskschd: Use wide-char string literals. 2020-11-17 09:52:32 +01:00
tdh
tdi.sys
toolhelp.dll16 krnl386: Move the 16-bit stack out of the WOW32Reserved field. 2020-11-26 21:31:53 +01:00
traffic
twain.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
twain_32 twain_32: Fix potentially uninitialized variable compiler warnings. 2020-06-08 14:59:30 +02:00
typelib.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
tzres tzres: Add Aus Central W. Standard Time Zone. 2020-11-09 10:45:37 +01:00
ucrtbase msvcrt: Add -norelay flag to lldiv definition in spec files. 2021-01-25 21:08:01 +01:00
uianimation uianimation: Remove duplicate WINAPI. 2019-12-02 22:02:56 +01:00
uiautomationcore uiautomationcore: Add stub UiaRegisterProviderCallback function. 2021-01-25 21:11:06 +01:00
uiribbon
unicows
updspapi
url
urlmon winapi: Use __alignof__ on clang. 2020-12-16 15:30:07 +01:00
usbd.sys
user.exe16 include: Add CURRENT_SS/SP macros for 16-bit code. 2020-11-26 21:31:53 +01:00
user32 user32/tests: Add optional messages to test sequences. 2021-02-22 18:48:07 +01:00
userenv userenv: Use wide-char string literals. 2020-11-17 09:55:33 +01:00
usp10 gdi32: Merge in Uniscribe functionality. 2020-11-09 20:15:11 +01:00
utildll utildll: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
uuid uuid: Add directmanipulation.h. 2020-06-15 11:21:34 +02:00
uxtheme uxtheme: Remove unused code. 2021-02-22 20:20:10 +01:00
vbscript vbscript: Remove no longer used bool call_statement_t.is_strict member variable. 2020-11-27 21:59:40 +01:00
vcomp vcomp: Fix varargs calling conventions. 2021-02-18 22:39:31 +01:00
vcomp90
vcomp100 vcomp100: Share the source with vcomp. 2021-02-09 21:19:29 +01:00
vcomp110 vcomp: Fix varargs calling conventions. 2021-02-18 22:39:31 +01:00
vcomp120 vcomp: Implement C2VectParallel(). 2021-02-15 16:05:20 +01:00
vcomp140 vcomp: Implement C2VectParallel(). 2021-02-15 16:05:20 +01:00
vcruntime140 ntdll: Implement __C_specific_handler and _local_unwind for arm64. 2020-09-17 20:54:16 +02:00
vcruntime140_1 vcruntime140_1: Terminate on noexcept function trying to propagate exception. 2020-10-05 10:55:17 +02:00
vdhcp.vxd
vdmdbg
ver.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
version version/tests: Use wide-char string literals. 2020-12-09 10:27:45 +01:00
vga vga: Add stub dll. 2020-02-13 16:44:24 +01:00
virtdisk virtdisk/tests: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
vmm.vxd
vnbt.vxd
vnetbios.vxd
vssapi
vtdapi.vxd
vulkan-1 vulkan-1: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
vwin32.vxd
w32skrnl
w32sys.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
wbemdisp wbemdisp: Use wide-char string literals. 2020-11-30 19:01:55 +01:00
wbemprox wbemprox: Implement Win32_LogicalDisk.Caption. 2021-02-09 11:13:50 +01:00
wbemuuid wbemuuid: Add library. 2020-02-04 21:55:14 +01:00
wdscore wdscore: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:08 +01:00
webservices webservices: Support WS_CHARSET_UTF16LE for buffer input. 2020-03-27 21:16:13 +01:00
wer wer: Use wide-char string literals. 2020-10-12 10:42:02 +02:00
wevtapi wevtapi/tests: Add some EvtGetChannelConfigProperty() tests. 2021-02-03 20:58:42 +01:00
wevtsvc wevtsvc: Add EventLog service stub. 2020-09-28 17:03:57 +02:00
wiaservc wiaservc: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
wimgapi
win32s16.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
win87em.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
winaspi.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
windebug.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
windowscodecs windowscodecs/tests: Fix a typo in a variable name. 2021-02-08 20:55:38 +01:00
windowscodecsext
winealsa.drv winealsa: Add card number to duplicate device descriptions. 2021-02-15 21:11:28 +01:00
wineandroid.drv server: Avoid redefining the DuplicateHandle() constants. 2021-02-16 21:20:47 +01:00
winebus.sys winebus.sys: Remove incorrect Report ID from the bus_sdl HID report descriptor. 2021-02-23 22:30:31 +01:00
winecoreaudio.drv mmdevapi: Support older version of the AudioClientProperties structure. 2020-11-20 21:13:53 +01:00
winecrt0 Revert "winecrt0: Make the main() and wmain() entry points cdecl." 2020-12-04 11:01:41 +01:00
wined3d wined3d: Introduce public API to set a wined3d_state object on a device. 2021-02-23 22:30:31 +01:00
winegstreamer winegstreamer: Link to strmbase. 2021-02-23 09:58:31 +01:00
winehid.sys winehid.sys: Move winehid.inf into the module resources. 2020-11-11 11:04:25 +01:00
winejoystick.drv
winemac.drv winemac: Send systray messages with SendNotifyMessage(). 2021-02-01 11:02:04 +01:00
winemapi
wineoss.drv mmdevapi: Support older version of the AudioClientProperties structure. 2020-11-20 21:13:53 +01:00
wineps.drv wineps.drv: Use wide-char string literals. 2020-11-12 11:15:41 +01:00
wineps16.drv16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
winepulse.drv mmdevapi: Support older version of the AudioClientProperties structure. 2020-11-20 21:13:53 +01:00
wineqtdecoder wineqtdecoder: Do not fail state change methods if source pins are not connected. 2020-11-17 19:36:46 +01:00
wineusb.sys wineusb.sys: Return STATUS_DELETE_PENDING rather than STATUS_CANCELLED when a device is removed. 2021-02-12 14:41:47 +01:00
winevulkan winevulkan: Update to VK spec version 1.2.170. 2021-02-15 16:20:42 +01:00
winex11.drv winex11.drv: Don't assume that GenericEvent has a window. 2021-02-23 22:30:31 +01:00
wing.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
wing32
winhttp winhttp: Avoid a crash when the connection is closed while handling a redirect. 2021-01-19 21:44:18 +01:00
wininet winapi: Use __alignof__ on clang. 2020-12-16 15:30:07 +01:00
winmm winmm/tests: Get rid of unused functions. 2021-02-01 22:17:20 +01:00
winnls.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
winnls32
winscard
winsock.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
winspool.drv winspool/tests: Use wide-char string literals. 2020-12-21 11:57:10 +01:00
winsta
wintab.dll16 makefiles: Always build 16-bit modules with msvcrt. 2020-04-02 11:09:19 +02:00
wintab32 wintab32: Use wide-char string literals. 2020-11-12 11:15:26 +01:00
wintrust wintrust: Don't fail CryptCATOpen on empty file or invalid data. 2020-12-16 22:32:05 +01:00
winusb
wlanapi wlanapi: Add WlanQueryInterface stub implementation. 2020-06-05 19:30:42 +02:00
wlanui wlanui: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:09 +01:00
wldap32 wldap32: Implement setting the LDAP_OPT_REFERRALS option. 2021-02-23 10:02:09 +01:00
wmasf wmasf: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:09 +01:00
wmcodecdspuuid
wmi
wmiutils wmiutils: Use wide-char string literals. 2020-10-26 10:24:11 +01:00
wmp wmp: Use wide-char string literals. 2020-10-27 09:51:39 +01:00
wmphoto wmphoto: Implement WMP decoder using jxrlib. 2021-02-08 10:51:56 +01:00
wmvcore wmvcore/tests: Use wide-char string literals in locale.c. 2020-12-10 09:41:47 +01:00
wnaspi32
wow32
wpc
wpcap wpcap: Avoid deprecated pcap_lookupdev(). 2019-08-07 00:12:25 +02:00
ws2_32 ws2_32: Fix buffer size query in WSAAddressToStringW. 2021-01-20 22:12:28 +01:00
wsdapi wsdapi/tests: Use wide character string literals. 2020-10-09 16:38:24 +02:00
wshom.ocx wshom.ocx: Expand environment string before executing command through CreateProcessW. 2020-06-16 11:26:01 +02:00
wsnmp32
wsock32
wtsapi32 wtsapi32: Improve WTSQuerySessionInformationW stub. 2020-05-29 16:17:32 +02:00
wuapi wuapi: Fake success in IUpdateInstaller::get_IsBusy. 2020-05-28 20:10:54 +02:00
wuaueng wuaueng: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:09 +01:00
x3daudio1_0 x3daudio: Fix lib exports. 2019-10-16 14:38:13 +02:00
x3daudio1_1 x3daudio: Fix lib exports. 2019-10-16 14:38:13 +02:00
x3daudio1_2 x3daudio: Fix lib exports. 2019-10-16 14:38:13 +02:00
x3daudio1_3
x3daudio1_4
x3daudio1_5
x3daudio1_6
x3daudio1_7
xactengine3_0 xactengine3_0: New DLL. 2020-08-06 11:49:32 +02:00
xactengine3_1 xactengine3_1: New DLL. 2020-08-06 11:49:14 +02:00
xactengine3_2 xactengine3_2: New DLL. 2020-08-06 11:48:54 +02:00
xactengine3_3 xactengine3_3: New DLL. 2020-08-06 11:48:30 +02:00
xactengine3_4 xactengine3_4: New DLL. 2020-08-06 11:48:11 +02:00
xactengine3_5 xactengine3_5: New DLL. 2020-08-06 11:47:39 +02:00
xactengine3_6 xactengine3_6: New DLL. 2020-08-06 11:46:53 +02:00
xactengine3_7 xactengine3_7: Implement IXACT3Engine PrepareWave. 2021-02-18 22:39:34 +01:00
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_9: Use new FAudioCreateReverb9 interface. 2020-08-10 21:25:30 +02:00
xaudio2_8 xaudio2: Export functions by ordinal. 2019-07-02 20:43:37 +02:00
xaudio2_9 xaudio2_9: Add version resource. 2020-11-12 20:22:33 +01:00
xinput1_1
xinput1_2
xinput1_3 xinput1_3: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
xinput1_4
xinput9_1_0
xmllite xmllite: Drop superfluous casts to self. 2020-12-04 09:38:42 +01:00
xolehlp xolehlp: Use wide-char string literals. 2020-10-05 12:33:31 +02:00
xpsprint xpsprint: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:09 +01:00
xpssvcs xpssvcs: Use --prefer-native instead of DLL_WINE_PREATTACH. 2021-02-19 22:54:09 +01:00