Sweden-Number/dlls
Henri Verbeet 2e39f0141e d3d11/tests: Run the tests in parallel.
It's hard enough for a single CPU core to keep a modern GPU busy in the
optimal case, but with typical batch sizes of 4 vertices and trivial shaders,
our tests are extremely CPU bound. With 8+-core CPU's being generally
available, there's a lot to be gained. Generally speaking, not all tests can
be run in parallel; tests that touch global state, like e.g. the display mode,
can't. Fortunately, none of the d3d11 tests currently do that.

Unfortunately, this currently doesn't help quite as much on Wine as it does on
Windows. The big wined3d lock prevents a lot of parallelism, even though the
tests use separate Direct3D devices. In the specific case of these tests,
simply disabling the lock is safe, and shows how much could be gained by
simply pushing the lock down a layer to the device.

Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-15 20:55:09 +02:00
..
acledit acledit: Fix ordinal ordering. 2017-06-02 14:41:28 +02:00
aclui
activeds
actxprxy
adsiid
adsldp secur32: Add support for NameFullyQualifiedDN to GetComputerObjectName. 2018-03-02 16:19:43 +01:00
adsldpc adsldpc: Add stub DLL. 2017-06-09 10:56:26 +02:00
advapi32 kernel32: Add stub for GetDynamicTimeZoneInformationEffectiveYears(). 2018-08-14 13:55:55 +02:00
advpack advpack: Use ARRAY_SIZE() macro. 2018-07-04 22:13:43 +02:00
amstream amstream: Handle stream object parameter for IDirectDrawMediaStream. 2018-08-14 10:16:02 +02:00
api-ms-win-appmodel-identity-l1-1-0
api-ms-win-appmodel-runtime-l1-1-1
api-ms-win-appmodel-runtime-l1-1-2 kernelbase: Add AppPolicyGetWindowingModel stub. 2017-10-06 08:36:48 +02:00
api-ms-win-core-apiquery-l1-1-0
api-ms-win-core-appcompat-l1-1-1
api-ms-win-core-appinit-l1-1-0
api-ms-win-core-atoms-l1-1-0
api-ms-win-core-bem-l1-1-0
api-ms-win-core-com-l1-1-0
api-ms-win-core-com-l1-1-1
api-ms-win-core-com-private-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-l1-1-0: Add dll. 2017-06-23 10:08:29 +02:00
api-ms-win-core-crt-l2-1-0 api-ms-win-core-crt-l2-1-0: Add dll. 2017-06-23 13:58:30 +02:00
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-errorhandling-l1-1-3: Add dll. 2017-09-20 17:28:37 +02:00
api-ms-win-core-fibers-l1-1-0
api-ms-win-core-fibers-l1-1-1
api-ms-win-core-file-l1-1-0
api-ms-win-core-file-l1-2-0
api-ms-win-core-file-l1-2-1
api-ms-win-core-file-l1-2-2 api-ms-win-core-file-l1-2-2: Add dll. 2017-10-16 10:10:24 +02:00
api-ms-win-core-file-l2-1-0 kernel32: Add stub for ReOpenFile. 2018-02-01 22:24:58 +01:00
api-ms-win-core-file-l2-1-1 kernel32: Add stub for ReOpenFile. 2018-02-01 22:24:58 +01:00
api-ms-win-core-file-l2-1-2 kernel32: Add stub for ReOpenFile. 2018-02-01 22:24:58 +01:00
api-ms-win-core-handle-l1-1-0
api-ms-win-core-heap-l1-1-0
api-ms-win-core-heap-l1-2-0
api-ms-win-core-heap-l2-1-0 api-ms-win-core-heap-l2-1-0: Add dll. 2017-09-07 20:52:26 +02:00
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
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 kernel32: Implement GetNamedPipeClient/ServerProcessId. 2018-04-11 16:23:05 +02:00
api-ms-win-core-kernel32-legacy-l1-1-1 kernel32: Implement GetNamedPipeClient/ServerProcessId. 2018-04-11 16:23:05 +02:00
api-ms-win-core-kernel32-private-l1-1-1
api-ms-win-core-largeinteger-l1-1-0 api-ms-win-core-largeinteger-l1-1-0: Add dll. 2018-03-07 14:36:41 -06:00
api-ms-win-core-libraryloader-l1-1-0 kernel32: Implement AddDllDirectory and RemoveDllDirectory. 2017-08-29 08:16:52 +02:00
api-ms-win-core-libraryloader-l1-1-1 kernel32: Implement AddDllDirectory and RemoveDllDirectory. 2017-08-29 08:16:52 +02:00
api-ms-win-core-libraryloader-l1-2-0 kernel32: Implement AddDllDirectory and RemoveDllDirectory. 2017-08-29 08:16:52 +02:00
api-ms-win-core-libraryloader-l1-2-1 api-ms-win-core-libraryloader-l1-2-1: Add dll. 2017-10-16 12:04:32 +02:00
api-ms-win-core-libraryloader-l1-2-2
api-ms-win-core-localization-l1-1-0 kernel32: Implement FindNLSStringEx. 2018-03-13 20:58:07 +01:00
api-ms-win-core-localization-l1-2-0 kernel32: Implement FindNLSStringEx. 2018-03-13 20:58:07 +01:00
api-ms-win-core-localization-l1-2-1 kernel32: Implement FindNLSStringEx. 2018-03-13 20:58:07 +01:00
api-ms-win-core-localization-l2-1-0 kernel32: Implement GetCurrencyFormatEx. 2018-04-18 10:21:33 +02:00
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-obsolete-l1-3-0: Add dll. 2017-09-07 20:52:35 +02:00
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: Add stub for GetProcessWorkingSetSizeEx. 2017-09-13 08:45:22 +02:00
api-ms-win-core-memory-l1-1-2 kernel32: Add stub for GetProcessWorkingSetSizeEx. 2017-09-13 08:45:22 +02:00
api-ms-win-core-misc-l1-1-0
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 kernelbase: Implement PathCchAddBackslash()/PathCchAddBackslashEx(). 2018-03-02 16:19:44 +01:00
api-ms-win-core-privateprofile-l1-1-1
api-ms-win-core-processenvironment-l1-1-0
api-ms-win-core-processenvironment-l1-2-0
api-ms-win-core-processthreads-l1-1-0 kernel32: Add SetProcessAffinityUpdateMode stub. 2018-05-17 10:04:42 +02:00
api-ms-win-core-processthreads-l1-1-1 kernel32: Add SetProcessAffinityUpdateMode stub. 2018-05-17 10:04:42 +02:00
api-ms-win-core-processthreads-l1-1-2 kernel32: Add SetProcessAffinityUpdateMode stub. 2018-05-17 10:04:42 +02:00
api-ms-win-core-processtopology-obsolete-l1-1-0 api-ms-win-core-processtopology-obsolete-l1-1-0: Add dll. 2017-09-20 17:27:56 +02:00
api-ms-win-core-profile-l1-1-0
api-ms-win-core-psapi-ansi-l1-1-0 api-ms-win-core-psapi-ansi-l1-1-0: Add dll. 2017-07-10 20:51:12 +02:00
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 kernelbase: Add stub for QuirkIsEnabled. 2018-02-27 10:28:13 +01:00
api-ms-win-core-realtime-l1-1-0 kernel32: Add QueryProcessCycleTime stub. 2018-02-01 22:24:58 +01:00
api-ms-win-core-registry-l1-1-0
api-ms-win-core-registry-l2-1-0
api-ms-win-core-registryuserspecific-l1-1-0
api-ms-win-core-rtlsupport-l1-1-0 ntdll: Use RtlCaptureContext also in RtlUnwind. 2017-07-24 18:58:30 +02:00
api-ms-win-core-rtlsupport-l1-2-0 ntdll: Use RtlCaptureContext also in RtlUnwind. 2017-07-24 18:58:30 +02:00
api-ms-win-core-shlwapi-legacy-l1-1-0
api-ms-win-core-shlwapi-obsolete-l1-1-0
api-ms-win-core-shlwapi-obsolete-l1-2-0 api-ms-win-core-shlwapi-obsolete-l1-2-0: Add dll. 2017-09-07 20:52:43 +02:00
api-ms-win-core-shutdown-l1-1-0 api-ms-win-core-shutdown-l1-1-0: Add dll. 2018-02-02 14:42:39 +01:00
api-ms-win-core-sidebyside-l1-1-0 api-ms-win-core-sidebyside-l1-1-0: Add missing forward. 2018-03-26 12:14:31 +02:00
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-synch-ansi-l1-1-0 api-ms-win-core-synch-ansi-l1-1-0: Add dll. 2017-10-16 12:04:32 +02:00
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-synch-l1-2-1: Add dll. 2017-09-07 20:52:51 +02:00
api-ms-win-core-sysinfo-l1-1-0
api-ms-win-core-sysinfo-l1-2-0
api-ms-win-core-sysinfo-l1-2-1
api-ms-win-core-threadpool-l1-1-0 kernel32: Add CreateThreadpoolIo stub. 2017-11-24 16:48:03 +01:00
api-ms-win-core-threadpool-l1-2-0 kernel32: Add CreateThreadpoolIo stub. 2017-11-24 16:48:03 +01: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 kernel32: Add stub for GetDynamicTimeZoneInformationEffectiveYears(). 2018-08-14 13:55:55 +02:00
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-l1-1-1: Add dll. 2017-09-20 17:29:03 +02:00
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-winrt-error-l1-1-0
api-ms-win-core-winrt-error-l1-1-1
api-ms-win-core-winrt-errorprivate-l1-1-1
api-ms-win-core-winrt-l1-1-0 combase: Add stub for RoRegisterActivationFactories. 2018-05-04 11:02:33 +02:00
api-ms-win-core-winrt-registration-l1-1-0 combase: Add stub for RoGetServerActivatableClasses. 2018-05-04 11:02:27 +02:00
api-ms-win-core-winrt-roparameterizediid-l1-1-0 combase: Add RoGetParameterizedTypeInstanceIID stub. 2017-11-17 19:53:48 +01:00
api-ms-win-core-winrt-string-l1-1-0
api-ms-win-core-wow64-l1-1-0
api-ms-win-core-wow64-l1-1-1 api-ms-win-core-wow64-l1-1-1: Add dll. 2017-09-20 17:28:16 +02:00
api-ms-win-core-xstate-l1-1-0
api-ms-win-core-xstate-l2-1-0 kernel32: Add GetEnabledXStateFeatures() stub. 2018-02-26 11:25:51 +01:00
api-ms-win-crt-conio-l1-1-0
api-ms-win-crt-convert-l1-1-0 msvcrt: Implement _atoi64_l. 2018-03-26 22:56:31 +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
api-ms-win-crt-locale-l1-1-0
api-ms-win-crt-math-l1-1-0 msvcrt: Export -f suffixed float functions functions on arm64. 2017-08-03 19:18:06 +02:00
api-ms-win-crt-multibyte-l1-1-0 msvcrt: Add _mbccpy_s_l implementation. 2017-10-06 21:48:49 +02:00
api-ms-win-crt-private-l1-1-0 msvcr120: Add stub for _SetWinRTOutOfMemoryExceptionCallback. 2018-07-09 13:52:12 +02:00
api-ms-win-crt-process-l1-1-0
api-ms-win-crt-runtime-l1-1-0 ucrtbase: Add quick_exit. 2018-07-09 22:20:21 +02:00
api-ms-win-crt-stdio-l1-1-0 msvcr80: Add gets_s implementation. 2018-07-16 21:28:45 +02:00
api-ms-win-crt-string-l1-1-0 msvcrt: Implement _memicmp_l(). 2017-11-08 20:21:10 +01:00
api-ms-win-crt-time-l1-1-0 ucrtbase: Add _timespec{32,64}_get implementation. 2018-04-18 21:25:49 +02:00
api-ms-win-crt-utility-l1-1-0
api-ms-win-devices-config-l1-1-0 api-ms-win-devices-config-l1-1-0: Add dll. 2018-08-14 11:58:55 +02:00
api-ms-win-devices-config-l1-1-1
api-ms-win-devices-query-l1-1-1
api-ms-win-downlevel-advapi32-l1-1-0
api-ms-win-downlevel-advapi32-l2-1-0
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
api-ms-win-downlevel-shlwapi-l2-1-0
api-ms-win-downlevel-user32-l1-1-0
api-ms-win-downlevel-version-l1-1-0
api-ms-win-dx-d3dkmt-l1-1-0
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-legacy-l1-1-0: Add dll. 2017-08-28 14:57:10 +02:00
api-ms-win-eventing-provider-l1-1-0
api-ms-win-eventlog-legacy-l1-1-0
api-ms-win-gdi-dpiinfo-l1-1-0 api-ms-win-gdi-dpiinfo-l1-1-0: Add dll. 2018-03-07 14:36:58 -06:00
api-ms-win-mm-joystick-l1-1-0 api-ms-win-mm-joystick-l1-1-0: Add dll. 2017-09-18 20:22:22 +02:00
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-mm-time-l1-1-0: Add dll. 2017-07-10 20:51:12 +02:00
api-ms-win-ntuser-dc-access-l1-1-0
api-ms-win-ntuser-rectangle-l1-1-0 api-ms-win-ntuser-rectangle-l1-1-0: Add dll. 2017-09-20 17:29:21 +02:00
api-ms-win-perf-legacy-l1-1-0 api-ms-win-perf-legacy-l1-1-0: Add dll. 2018-02-08 22:22:32 +01:00
api-ms-win-power-base-l1-1-0
api-ms-win-power-setting-l1-1-0
api-ms-win-rtcore-ntuser-draw-l1-1-0 api-ms-win-rtcore-ntuser-draw-l1-1-0: Add dll. 2018-03-15 12:19:30 +01:00
api-ms-win-rtcore-ntuser-private-l1-1-0
api-ms-win-rtcore-ntuser-private-l1-1-4 api-ms-win-rtcore-ntuser-private-l1-1-4: Add dll. 2018-03-09 10:40:43 -06:00
api-ms-win-rtcore-ntuser-window-l1-1-0 api-ms-win-rtcore-ntuser-window-l1-1-0: Add dll. 2018-03-07 14:37:17 -06:00
api-ms-win-rtcore-ntuser-winevent-l1-1-0 api-ms-win-rtcore-ntuser-winevent-l1-1-0: Add dll. 2018-03-07 14:37:35 -06:00
api-ms-win-rtcore-ntuser-wmpointer-l1-1-0 user32: Add stub for GetPointerDevices. 2018-06-11 10:50:02 +02:00
api-ms-win-rtcore-ntuser-wmpointer-l1-1-3 api-ms-win-rtcore-ntuser-wmpointer-l1-1-3: Add dll. 2018-03-07 14:38:07 -06:00
api-ms-win-security-activedirectoryclient-l1-1-0 ntdsapi: Add DsCrackNamesA/W stubs. 2018-04-17 17:03:13 +02:00
api-ms-win-security-audit-l1-1-1
api-ms-win-security-base-l1-1-0
api-ms-win-security-base-l1-2-0
api-ms-win-security-base-private-l1-1-1
api-ms-win-security-credentials-l1-1-0 api-ms-win-security-credentials-l1-1-0: Add dll. 2017-06-19 20:46:39 +02:00
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-0: Add dll. 2018-02-02 14:42:39 +01:00
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-provider-l1-1-0: Add dll. 2017-07-10 20:51:12 +02:00
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-obsolete-l1-1-0: Add dll. 2018-03-15 12:19:05 +01:00
api-ms-win-shcore-scaling-l1-1-1 shcore: Add SetProcessDpiAwareness stub. 2018-01-24 17:14:27 +01:00
api-ms-win-shcore-stream-l1-1-0 api-ms-win-shcore-stream-l1-1-0: Add dll. 2018-03-15 12:19:23 +01:00
api-ms-win-shcore-thread-l1-1-0 api-ms-win-shcore-thread-l1-1-0: Add dll. 2018-03-15 12:19:16 +01:00
api-ms-win-shell-shellcom-l1-1-0
api-ms-win-shell-shellfolders-l1-1-0
apphelp apphelp/tests: Use standard wine_dbgstr_longlong. 2017-07-04 10:47:13 +02:00
appwiz.cpl appwiz.cpl: Update Wine Mono to 4.7.3. 2018-07-17 08:41:09 +02:00
atl atl: Use the ARRAY_SIZE() macro. 2018-07-11 22:38:57 +02:00
atl80
atl90
atl100 atl100/tests: Fix leaked memory during test_AtlAxAttachControl. 2018-03-26 21:09:08 +02:00
atl110
atmlib atmlib: Add stub for ATMFinish. 2018-05-11 17:20:41 +02:00
authz
avicap32
avifil32 include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
avifile.dll16
avrt avrt: Add AvQuerySystemResponsiveness stub. 2017-08-28 20:21:37 +02:00
bcrypt bcrypt: Move the ASN1 buffer functions to gnutls.c. 2018-07-20 18:36:56 +02:00
bluetoothapis
browseui browseui: Use the ARRAY_SIZE() macro. 2018-08-14 09:42:12 +02:00
bthprops.cpl bthprops.cpl: Remove an unused NONAMELESSUNION directive. 2018-04-26 21:19:37 +02:00
cabinet cabinet: Treat only -1 as an error from the FDICopy callback. 2017-12-15 18:48:55 +01:00
capi2032
cards
cdosys cdosys: Add stub dll. 2018-02-07 19:38:29 +01:00
cfgmgr32
clusapi
combase combase: Add stub for CleanupTlsOleState. 2018-05-04 11:02:39 +02:00
comcat
comctl32 comctl32: Fix background and text color for DrawStatusText(). 2018-08-14 12:06:39 +02:00
comdlg32 comdlg32/filedlg: Resize the Places toolbar along with the dialog. 2018-07-05 19:08:35 +02:00
comm.drv16
commdlg.dll16 commdlg: Implement custom template support in 16-bit file dialogs. 2018-01-19 16:40:55 +01:00
compobj.dll16 compobj.dll16: Add StringFromIID. 2018-01-19 12:12:02 +01:00
compstui
comsvcs comsvcs: Label ordinal. 2017-05-25 13:17:59 +02:00
concrt140 msvcp: Add a stub of _Concurrent_vector_base_v4. 2018-05-09 19:47:28 +02:00
connect
credui credui: Use the ARRAY_SIZE() macro. 2018-07-09 22:21:30 +02:00
crtdll msvcrt: Add _mbccpy_s_l implementation. 2017-10-06 21:48:49 +02:00
crypt32 crypt32: Fix key buffer leak (Coverity). 2018-07-11 15:45:11 +02:00
cryptdlg
cryptdll
cryptext
cryptnet cryptnet: Fix CryptGetObjectUrl spec file entry. 2017-05-26 08:05:37 +02:00
cryptui cryptui: Use the ARRAY_SIZE() macro. 2018-07-09 22:21:22 +02:00
ctapi32
ctl3d.dll16
ctl3d32
ctl3dv2.dll16
d2d1 include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
d3d8 d3d8/tests: Add a test for D3DMCS_COLOR{1/2}. 2018-08-14 10:16:00 +02:00
d3d9 d3d9/tests: Add a test for D3DMCS_COLOR{1/2}. 2018-08-14 10:16:00 +02:00
d3d10 d3d10: Handle D3D10_DRIVER_TYPE_WARP in D3D10CreateDevice(). 2018-08-14 10:16:00 +02:00
d3d10_1 d3d10_1/tests: Use the available ARRAY_SIZE() macro. 2018-05-30 22:26:38 +02:00
d3d10core d3d10core/tests: Add more tests for multisample resolve. 2018-07-18 08:44:12 +02:00
d3d11 d3d11/tests: Run the tests in parallel. 2018-08-15 20:55:09 +02:00
d3d12 d3d12/tests: Add test for R8G8B8A8_UNORM swapchain format. 2018-08-14 10:16:01 +02:00
d3dcompiler_33
d3dcompiler_34
d3dcompiler_35
d3dcompiler_36
d3dcompiler_37
d3dcompiler_38
d3dcompiler_39
d3dcompiler_40
d3dcompiler_41
d3dcompiler_42
d3dcompiler_43 d3dcompiler: Make types array static const. 2018-08-14 10:15:59 +02:00
d3dcompiler_46
d3dcompiler_47 d3dcompiler: Use d3dcompiler_47 for importlib. 2018-08-14 09:38:05 +02:00
d3dim
d3drm include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
d3dx9_24 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_25 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_26 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_27 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_28 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_29 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_30 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_31 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_32 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_33 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_34 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_35 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_36 d3dx9: Return a mesh in D3DXCreateTeapot(). 2018-08-14 10:16:03 +02:00
d3dx9_37 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_38 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_39 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_40 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_41 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_42 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx9_43 d3dx9: Add stub for D3DXComputeNormalMap. 2018-03-13 20:58:08 +01:00
d3dx10_33 d3dx10: Fix tracing of shader source data. 2017-11-10 12:45:02 +01:00
d3dx10_34 d3dx10: Fix tracing of shader source data. 2017-11-10 12:45:02 +01:00
d3dx10_35 d3dx10: Fix tracing of shader source data. 2017-11-10 12:45:02 +01:00
d3dx10_36 d3dx10: Fix tracing of shader source data. 2017-11-10 12:45:02 +01:00
d3dx10_37 d3dx10: Fix tracing of shader source data. 2017-11-10 12:45:02 +01:00
d3dx10_38 d3dx10: Fix tracing of shader source data. 2017-11-10 12:45:02 +01:00
d3dx10_39 d3dx10: Fix tracing of shader source data. 2017-11-10 12:45:02 +01:00
d3dx10_40 d3dx10: Fix tracing of shader source data. 2017-11-10 12:45:02 +01:00
d3dx10_41 d3dx10: Fix tracing of shader source data. 2017-11-10 12:45:02 +01:00
d3dx10_42 d3dx10: Fix tracing of shader source data. 2017-11-10 12:45:02 +01:00
d3dx10_43 d3dx10: Turn some ERR() into WARN(). 2018-06-25 22:34:16 +02:00
d3dx11_42 d3dx11: Add D3DX11CreateTextureFromFileA/W stub. 2018-03-28 21:32:39 +02:00
d3dx11_43 d3dx11: Add D3DX11CreateTextureFromFileA/W stub. 2018-03-28 21:32:39 +02:00
d3dxof d3dxof: Use the ARRAY_SIZE() macro. 2018-08-14 09:39:42 +02:00
davclnt
dbgeng dbgeng: Added DebugCreateEx() stub. 2017-09-06 17:31:01 +02:00
dbghelp dbghelp/msc: Use the word size of the target process. 2018-08-14 13:55:55 +02:00
dciman32
ddeml.dll16
ddraw ddraw/tests: Fix IDirectDraw leaks. 2018-08-14 10:16:02 +02:00
ddrawex ddrawex: Use the global memory allocation helpers. 2018-02-12 15:33:09 +01:00
devenum devenum: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:00 +02:00
dhcpcsvc
dhtmled.ocx dhtmled.ocx: Remove IDHTMLSafe interface from DHTMLEdit object. 2018-02-09 18:52:58 +01:00
difxapi
dinput dinput: Use vid/pid for first chunk of product guid on OSX, too. 2018-08-14 13:55:55 +02:00
dinput8 dinput8/tests: Use the available ARRAY_SIZE() macro. 2018-06-11 11:41:59 +02:00
dispdib.dll16
dispex
display.drv16
dmband dmband: Reimplement ParseDescriptor() for DirectMusicBand. 2018-07-16 09:16:24 +02:00
dmcompos dmcompos: Reimplement ParseDescriptor() for DirectMusicChordMap. 2018-07-16 09:16:26 +02:00
dmime dmime: Remove unused impl_from_ helpers. 2018-08-14 10:15:59 +02:00
dmloader dmloader: Remove an unused impl_from_ helper. 2018-08-14 10:15:59 +02:00
dmoguids dmoguids: Add library. 2018-05-08 10:45:06 +02:00
dmscript dmscript/tests: Add some IDirectMusicObject::ParseDescriptor() tests. 2018-08-14 10:16:00 +02:00
dmstyle dmstyle: Remove an unused impl_from_ helper. 2018-08-14 10:15:59 +02:00
dmsynth
dmusic dmusic: Reimplement ParseDescriptor() for DirectMusicCollection. 2018-07-16 09:16:21 +02:00
dmusic32
dnsapi dnsapi: Use the ARRAY_SIZE() macro. 2018-08-14 09:39:45 +02:00
dplay
dplayx dplayx: Prevent out-of-bounds access to lpMemArea. 2018-05-31 20:00:38 +02:00
dpnaddr
dpnet dpnet: Use the ARRAY_SIZE() macro. 2018-08-14 09:39:12 +02:00
dpnhpast
dpnlobby
dpvoice dpvoice/tests: Use the available ARRAY_SIZE() macro. 2018-05-29 09:28:32 +02:00
dpwsockx
drmclien
dsound dsound: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:01 +02:00
dsquery dsquery: Register CommonQuery coclass. 2017-09-15 19:09:42 +02:00
dssenh dssenh/test: Replace a macro with ARRAY_SIZE. 2018-07-06 19:44:26 +02:00
dswave dswave: Reimplement ParseDescriptor() for DirectSoundWave. 2018-07-18 08:44:25 +02:00
dwmapi dwmapi: Add stub for DwmSetIconicLivePreviewBitmap. 2018-03-02 16:19:45 +01:00
dwrite dwrite: Avoid possible out-of-bounds cluster metrics access. 2018-08-14 12:07:04 +02:00
dx8vb dx8vb: Use the ARRAY_SIZE() macro. 2018-08-14 09:39:16 +02:00
dxdiagn dxdiagn: Use the ARRAY_SIZE() macro. 2018-08-14 09:47:48 +02:00
dxerr8 dxerr8: Use the ARRAY_SIZE() macro. 2018-07-13 19:10:01 +02:00
dxerr9 dxerr9: Use the ARRAY_SIZE() macro. 2018-07-13 19:10:01 +02:00
dxgi dxgi/tests: Add option to enable Direct3D 12 validation. 2018-08-14 10:16:01 +02:00
dxguid dxguid: Add D3D12 IIDs. 2018-02-14 20:37:55 +01:00
dxva2
esent
evr evr: Use the ARRAY_SIZE() macro. 2018-08-14 09:39:23 +02:00
explorerframe explorerframe/tests: Use global memory allocation helpers. 2018-02-26 11:25:26 +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-dwmapi-ext-l1-1-0: Add dll. 2018-03-13 20:58:07 +01:00
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-1
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 ext-ms-win-kernel32-package-l1-1-1: Add dll. 2017-07-06 22:47:46 +02:00
ext-ms-win-ntuser-draw-l1-1-0 ext-ms-win-ntuser-draw-l1-1-0: Add dll. 2018-03-09 10:40:41 -06:00
ext-ms-win-ntuser-gui-l1-3-0 ext-ms-win-ntuser-gui-l1-3-0: Add dll. 2018-03-12 20:59:16 +01:00
ext-ms-win-ntuser-keyboard-l1-3-0 ext-ms-win-ntuser-keyboard-l1-3-0: Add dll. 2018-03-12 20:59:16 +01:00
ext-ms-win-ntuser-message-l1-1-1
ext-ms-win-ntuser-misc-l1-5-1 ext-ms-win-ntuser-misc-l1-5-1: Add dll. 2018-03-12 20:59:17 +01:00
ext-ms-win-ntuser-mouse-l1-1-0 ext-ms-win-ntuser-mouse-l1-1-0: Add dll. 2018-03-09 10:40:42 -06:00
ext-ms-win-ntuser-private-l1-1-1
ext-ms-win-ntuser-private-l1-3-1 ext-ms-win-ntuser-private-l1-3-1: Add dll. 2018-03-13 20:58:07 +01:00
ext-ms-win-ntuser-rectangle-ext-l1-1-0
ext-ms-win-ntuser-uicontext-ext-l1-1-0 user32: Add stubs for GetWindowDisplayAffinity and SetWindowDisplayAffinity. 2018-03-09 10:40:44 -06:00
ext-ms-win-ntuser-window-l1-1-1 user32: Add stubs for GetWindowDisplayAffinity and SetWindowDisplayAffinity. 2018-03-09 10:40:44 -06:00
ext-ms-win-ntuser-window-l1-1-4 ext-ms-win-ntuser-window-l1-1-4: Add dll. 2018-03-13 20:58:07 +01:00
ext-ms-win-ntuser-windowclass-l1-1-1 ext-ms-win-ntuser-windowclass-l1-1-1: Add dll. 2017-07-06 22:47:46 +02:00
ext-ms-win-oleacc-l1-1-0 ext-ms-win-oleacc-l1-1-0: Add dll. 2018-03-09 10:40:42 -06:00
ext-ms-win-ras-rasapi32-l1-1-0 rasapi32: Add stub for RasGetConnectionStatistics. 2017-11-24 16:48:02 +01:00
ext-ms-win-rtcore-gdi-devcaps-l1-1-0 ext-ms-win-rtcore-gdi-devcaps-l1-1-0: Add dll. 2018-03-09 10:40:43 -06:00
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-cursor-l1-1-0: Add dll. 2018-03-12 20:59:16 +01:00
ext-ms-win-rtcore-ntuser-dc-access-l1-1-0
ext-ms-win-rtcore-ntuser-dpi-l1-1-0 user32: Add partial stub for GetDpiForMonitorInternal(). 2018-04-19 12:51:21 +02:00
ext-ms-win-rtcore-ntuser-dpi-l1-2-0 user32: Add partial stub for GetDpiForMonitorInternal(). 2018-04-19 12:51:21 +02:00
ext-ms-win-rtcore-ntuser-rawinput-l1-1-0 ext-ms-win-rtcore-ntuser-rawinput-l1-1-0: Add dll. 2018-03-13 20:58:08 +01:00
ext-ms-win-rtcore-ntuser-syscolors-l1-1-0 ext-ms-win-rtcore-ntuser-syscolors-l1-1-0: Add dll. 2018-03-12 20:59:16 +01:00
ext-ms-win-rtcore-ntuser-sysparams-l1-1-0
ext-ms-win-security-credui-l1-1-0 ext-ms-win-security-credui-l1-1-0: Add dll. 2017-07-06 22:47:46 +02:00
ext-ms-win-security-cryptui-l1-1-0 ext-ms-win-security-cryptui-l1-1-0: Add dll. 2017-07-06 22:47:46 +02:00
ext-ms-win-uxtheme-themes-l1-1-0 ext-ms-win-uxtheme-themes-l1-1-0: Add dll. 2018-05-10 09:14:37 +02:00
faultrep
feclient feclient: Add stub dll. 2018-05-11 11:06:55 +02:00
fltlib
fltmgr.sys fltmgr.sys: Implement FltGetRoutineAddress. 2018-04-12 20:02:03 +02:00
fntcache
fontsub
fusion fusion: Use the ARRAY_SIZE() macro. 2018-08-14 09:39:21 +02:00
fwpuclnt
gameux gameux: Use the ARRAY_SIZE() macro. 2018-08-14 09:42:15 +02:00
gdi.exe16 gdi.exe16: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:00 +02:00
gdi32 gdi32: Update edgetable limits with top and bottom. 2018-07-18 14:13:43 +02:00
gdiplus include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
glu32 glu32: Avoid an ARRAY_SIZE-like macro. 2018-07-06 19:44:26 +02:00
gphoto2.ds gphoto2.ds: Send notifications through the DSM. 2017-11-21 23:09:08 +01:00
gpkcsp
hal hal: Implement KeQueryPerformanceCounter. 2018-02-28 17:24:36 +01:00
hhctrl.ocx hhctrl.ocx: Use the ARRAY_SIZE() macro. 2018-08-14 09:39:07 +02:00
hid hid: Pass a buffer to DeviceIoControl in HidD_SetNumInputBuffers. 2018-01-09 20:32:27 +01:00
hidclass.sys hidclass.sys: Unload all devices before unloading a minidriver. 2018-08-15 20:55:09 +02:00
hlink hlink/tests: Use the available ARRAY_SIZE() macro. 2018-06-04 14:22:41 +02:00
hnetcfg hnetcfg: Add more GUIDs. 2018-08-14 14:52:11 +02:00
httpapi httpapi/tests: Added some basic tests for session and group creation. 2017-12-05 21:01:24 +01:00
iccvid iccvid: Use the global HeapAlloc() wrappers. 2018-01-31 09:46:25 +01:00
icmp
ieframe ieframe/tests: Use the available ARRAY_SIZE() macro. 2018-06-11 16:34:03 +02:00
ieproxy ieproxy: Added IPersistHistory proxy/stub. 2017-11-14 18:04:58 +01:00
ifsmgr.vxd
imaadp32.acm imaadp32.acm: Avoid ARRAY_SIZE-like macros. 2018-07-12 16:53:39 +02:00
imagehlp imagehlp/tests: Use the available ARRAY_SIZE() macro. 2018-06-05 23:50:15 +02:00
imm.dll16
imm32 imm32: Use the ARRAY_SIZE() macro. 2018-08-15 10:49:06 +02:00
inetcomm inetcomm: Use the ARRAY_SIZE() macro. 2018-08-14 09:42:20 +02:00
inetcpl.cpl inetcpl.cpl: Use the ARRAY_SIZE() macro. 2018-08-14 09:39:03 +02:00
inetmib1 inetmib1: Use the ARRAY_SIZE() macro. 2018-08-14 10:15:59 +02:00
infosoft
initpki
inkobj
inseng inseng: Use the global HeapAlloc() wrappers. 2018-02-01 22:24:54 +01:00
iphlpapi iphlpapi: Improve parameter checking for IcmpSendEcho(). 2018-08-15 10:49:06 +02:00
iprop
irprops.cpl
itircl
itss itss: Use the ARRAY_SIZE() macro. 2018-08-14 09:42:30 +02:00
joy.cpl joy.cpl: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:01 +02:00
jscript jscript: Use the ARRAY_SIZE() macro. 2018-07-10 18:58:59 +02:00
jsproxy jsproxy: Use the global HeapAlloc() wrappers. 2018-02-01 22:24:54 +01:00
kerberos kerberos: SpInstanceInit() doesn't need a special implementation. 2018-07-20 09:10:22 +02:00
kernel32 server: Improve named pipe write error handling. 2018-08-15 10:49:07 +02:00
kernelbase kernel32: Add stub for GetDynamicTimeZoneInformationEffectiveYears(). 2018-08-14 13:55:55 +02:00
keyboard.drv16
krnl386.exe16 krnl386.exe16: Use the ARRAY_SIZE() macro. 2018-08-14 09:38:59 +02:00
ksuser
ktmw32
l3codeca.acm l3codeca.acm: Avoid ARRAY_SIZE-like macros. 2018-07-12 16:53:39 +02:00
loadperf
localspl localspl: Use the ARRAY_SIZE() macro. 2018-08-14 09:38:46 +02:00
localui localui: Use the ARRAY_SIZE() macro. 2018-08-14 10:15:59 +02:00
lz32
lzexpand.dll16
mapi32 mapi32: Use the ARRAY_SIZE() macro. 2018-08-14 09:38:50 +02:00
mapistub
mciavi32
mcicda
mciqtz32
mciseq
mciwave mciwave: Use the ARRAY_SIZE() macro. 2018-08-14 10:15:59 +02:00
mf mfplat: Implement MFGetService(). 2017-12-20 18:06:04 +01:00
mf3216
mfplat mfplat: Return S_OK from MFStartup stub. 2018-04-30 20:41:59 +02:00
mfreadwrite mfreadwrite: Implement MFCreateSourceReaderFromByteStream. 2017-07-07 19:48:31 +02:00
mfuuid mfuuid: Add library. 2017-09-19 13:50:17 +02:00
mgmtapi
midimap midimap: Use the ARRAY_SIZE() macro. 2018-08-14 10:15:59 +02:00
mlang mlang: Use the ARRAY_SIZE() macro. 2018-07-11 22:39:00 +02:00
mmcndmgr
mmdevapi mmdevapi: Use the ARRAY_SIZE() macro. 2018-08-14 09:38:42 +02:00
mmdevldr.vxd
mmsystem.dll16 mmsystem.dll16: Pass through MCI_LIST, MCI_SETAUDIO, and MCI_SETVIDEO. 2017-11-28 13:02:15 +01:00
monodebg.vxd
mountmgr.sys mountmgr.sys: Use the ARRAY_SIZE() macro. 2018-08-14 09:44:12 +02:00
mouse.drv16
mp3dmod mp3dmod: Support COM aggregation. 2018-06-25 16:06:13 +02:00
mpr wnet: Make WNetGetUniversalNameW return required size when buffer is too small and add test. 2018-08-14 14:51:34 +02:00
mprapi
msacm.dll16
msacm32 msacm32: Use the ARRAY_SIZE() macro. 2018-08-14 09:44:27 +02:00
msacm32.drv
msadp32.acm msadp32.acm: Avoid ARRAY_SIZE-like macros. 2018-07-13 17:20:43 +02:00
msasn1
mscat32
mscms mscms: Use the ARRAY_SIZE() macro. 2018-08-14 10:15:59 +02:00
mscoree mscoree: Use the ARRAY_SIZE() macro. 2018-08-14 11:58:03 +02:00
msctf msctf: Use the ARRAY_SIZE() macro. 2018-08-14 10:15:59 +02:00
msctfp
msdaps
msdelta
msdmo msdmo: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:00 +02:00
msdrm
msftedit
msg711.acm msg711.acm: Avoid ARRAY_SIZE-like macros. 2018-07-13 17:20:43 +02:00
msgsm32.acm msgsm32.acm: Avoid an ARRAY_SIZE-like macro. 2018-07-13 17:20:43 +02:00
mshtml mshtml: Use DWORD for event id argument in node-specific event handlers. 2018-07-16 21:28:44 +02:00
mshtml.tlb
msi msi: Avoid an ARRAY_SIZE-like macro. 2018-08-14 10:16:00 +02:00
msident msident: Use the global HeapAlloc() wrappers. 2018-02-01 22:24:54 +01:00
msimg32 msimg32: Label ordinals. 2017-06-02 14:44:14 +02:00
msimsg
msimtf
msisip
msisys.ocx
msls31
msnet32
mspatcha
msports
msrle32 msrle32: Use the ARRAY_SIZE() macro. 2018-08-14 09:44:22 +02:00
msscript.ocx msscript.ocx: Use the ARRAY_SIZE() macro. 2018-08-14 10:15:59 +02:00
mssign32
mssip32
mstask mstask: Avoid an infinite loop. 2018-06-27 10:07:00 +02:00
msvcirt msvcirt/tests: Use the available ARRAY_SIZE() macro. 2018-06-11 15:09:31 +02:00
msvcm80
msvcm90
msvcp60 msvcp90: Fix EOF delimiter handling in basic_istream<char>::ignore. 2018-08-14 12:01:15 +02:00
msvcp70
msvcp71
msvcp80 msvcp: Added std::_Raise_handler implementation. 2017-08-03 18:10:25 +02:00
msvcp90 msvcp90: Add implementation of _Concurrent_vector_Internal_push_back. 2018-08-14 12:23:01 +02:00
msvcp100 msvcp: Add a stub of _Concurrent_vector_base_v4. 2018-05-09 19:47:28 +02:00
msvcp110 msvcp110: Add _Syserror_map implementation. 2018-07-16 21:28:45 +02:00
msvcp120 msvcp120: Add tests for _Concurrent_vector->segment. 2018-08-14 12:21:47 +02:00
msvcp120_app msvcp110: Add _Syserror_map implementation. 2018-07-16 21:28:45 +02:00
msvcp140 msvcp140: Export _Rename. 2018-07-20 18:36:56 +02:00
msvcr70 msvcrt: Implement _memicmp_l(). 2017-11-08 20:21:10 +01:00
msvcr71 msvcrt: Implement _memicmp_l(). 2017-11-08 20:21:10 +01:00
msvcr80 msvcr80: Add gets_s implementation. 2018-07-16 21:28:45 +02:00
msvcr90 msvcr80: Add gets_s implementation. 2018-07-16 21:28:45 +02:00
msvcr100 msvcr80: Add gets_s implementation. 2018-07-16 21:28:45 +02:00
msvcr110 msvcr110: Create current scheduler in _CurrentScheduler::_Id. 2018-07-19 16:54:01 +02:00
msvcr120 msvcr80: Add gets_s implementation. 2018-07-16 21:28:45 +02:00
msvcr120_app msvcr80: Add gets_s implementation. 2018-07-16 21:28:45 +02:00
msvcrt msvcr110: Create current scheduler in _CurrentScheduler::_Id. 2018-07-19 16:54:01 +02:00
msvcrt20 msvcrt: Add _mbccpy_s_l implementation. 2017-10-06 21:48:49 +02:00
msvcrt40 msvcrt: Add _mbccpy_s_l implementation. 2017-10-06 21:48:49 +02:00
msvcrtd msvcrtd: Fix _CrtDbgReport calling convention. 2018-05-28 11:01:36 +02:00
msvfw32 msvfw32: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:01 +02:00
msvidc32
msvideo.dll16 msvideo.dll16: Use the ARRAY_SIZE() macro. 2018-08-14 09:44:43 +02:00
mswsock
msxml
msxml2
msxml3 msxml3: Accept NormalizeAttributeValues property. 2018-08-14 12:06:56 +02:00
msxml4
msxml6
mtxdm
ncrypt bcrypt: Implement importing of ECDSA keys. 2018-03-26 21:06:04 +02:00
nddeapi
ndis.sys
netapi32 netapi32: Use the ARRAY_SIZE() macro. 2018-07-09 22:21:29 +02:00
netcfgx
netprofm netprofm: Use the global HeapAlloc() wrappers. 2018-02-02 10:34:30 +01:00
newdev
ninput ninput: Add RegisterOutputCallbackInteractionContext() stub. 2018-06-22 13:43:19 +02:00
normaliz
npmshtml
npptools
ntdll server: Allow pipe server fd caching throughout its whole lifetime. 2018-08-15 10:49:07 +02:00
ntdsapi ntdsapi/tests: Use the available ARRAY_SIZE() macro. 2018-06-05 23:50:26 +02:00
ntoskrnl.exe ntoskrnl: Emulate sti/cli instructions on x86_64. 2018-08-14 10:15:59 +02:00
ntprint ntprint/tests: Use the available ARRAY_SIZE() macro. 2018-06-11 11:41:59 +02:00
objsel
odbc32 odbc32: Add SQLGetDiagRecA implementation. 2018-08-14 12:08:23 +02:00
odbccp32 odbccp32: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:01 +02:00
odbccu32
ole2.dll16
ole2conv.dll16
ole2disp.dll16 ole2disp: Implement SafeArrayDestroyData(). 2018-01-22 10:16:54 +01:00
ole2nls.dll16
ole2prox.dll16
ole2thk.dll16
ole32 ole32: Read vt into a DWORD, as propvariant->vt is 16 bit (Coverity). 2018-08-14 09:40:17 +02:00
oleacc oleacc: Use the ARRAY_SIZE() macro. 2018-07-19 08:07:03 +02:00
oleaut32 oleaut32: Extend value range before getting absolute value in VarBstrFromI4. 2018-08-15 10:49:06 +02:00
olecli.dll16
olecli32
oledb32 oledb32: Use the ARRAY_SIZE() macro. 2018-07-19 08:07:07 +02:00
oledlg oledlg: Use the ARRAY_SIZE() macro. 2018-07-17 22:36:32 +02:00
olepro32
olesvr.dll16
olesvr32
olethk32
openal32
opencl
opengl32 opengl32: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:01 +02:00
packager packager: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:01 +02:00
pdh pdh: Use the ARRAY_SIZE() macro. 2018-07-11 22:39:02 +02:00
photometadatahandler
pidgen pidgen: Add PIDGenSimpA stub. 2018-03-19 12:35:11 +01:00
powrprof powrprof: Added PowerEnumerate stub. 2018-08-15 20:55:09 +02:00
printui
prntvpt
propsys propsys/tests: Use the available ARRAY_SIZE() macro. 2018-06-04 14:22:53 +02:00
psapi psapi/tests: Call GetPerformanceInfo() after NtQuerySystemInformation(). 2018-07-06 19:44:27 +02:00
pstorec
qcap qcap: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:01 +02:00
qedit qedit: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:01 +02:00
qmgr qmgr: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:01 +02:00
qmgrprxy
quartz quartz: Remove some unnecessary casts. 2018-08-15 10:49:07 +02:00
query
rasapi16.dll16
rasapi32 rasapi32: Add stub for RasGetConnectionStatistics. 2017-11-24 16:48:02 +01:00
rasdlg
regapi
resutils
riched20 riched20: Some cleanup for CHARFORMAT convertor functions. 2018-07-16 21:28:44 +02:00
riched32 riched32/tests: Use the available ARRAY_SIZE() macro. 2018-06-19 20:49:54 +02:00
rpcrt4 rpcrt4: Use publicly defined NDR constants. 2018-06-13 09:53:07 +02:00
rsabase
rsaenh rsaenh/tests: Use the available ARRAY_SIZE() macro. 2018-05-31 09:25:25 +02:00
rstrtmgr
rtutils
samlib
sane.ds sane.ds: Send events to applications through the DSM. 2017-11-14 22:24:12 +01:00
sapi sapi: Use the global HeapAlloc() wrappers. 2018-02-05 09:53:21 +01:00
sas sas: Add stub dll. 2018-03-21 17:34:59 +01:00
scarddlg
sccbase
schannel schannel/tests: Relax GetInfo return value test. 2018-02-19 16:55:08 +01:00
schedsvc schedsvc: Use current time as trigger begin time when necessary. 2018-06-27 10:07:31 +02:00
scrobj scrobj: Use the ARRAY_SIZE() macro. 2018-08-14 09:44:35 +02:00
scrrun include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
scsiport.sys
secur32 secur32: Use the ARRAY_SIZE() macro. 2018-07-19 08:07:10 +02:00
security
sensapi
serialui serialui: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:01 +02:00
setupapi setupapi/tests: Add SetupInstallFromInfSectionA test. 2018-08-15 10:49:07 +02:00
setupx.dll16
sfc
sfc_os sfc_os: Set an error code in SfcGetNextProtectedFile stub. 2018-03-05 06:58:22 -06:00
shcore user32: Add partial stub for GetDpiForMonitorInternal(). 2018-04-19 12:51:21 +02:00
shdoclc
shdocvw shdocvw: Use the ARRAY_SIZE() macro. 2018-08-15 10:49:06 +02:00
shell.dll16
shell32 shell32/tests: Don't use strncat with known large enough buffer. 2018-08-15 07:08:50 +02:00
shfolder
shlwapi shlwapi/tests: Pass the correct buffer size to WideCharToMultiByte(). 2018-06-27 10:06:00 +02:00
slbcsp
slc
snmpapi snmpapi/tests: Use the available ARRAY_SIZE() macro. 2018-05-31 09:25:06 +02:00
softpub
sound.drv16
spoolss spoolss: Use the global HeapAlloc() wrappers. 2018-02-05 10:00:12 +01:00
srclient srclient: Add new stub dll. 2018-04-13 14:37:58 +02:00
sspicli sspicli: Add forwards to secur32. 2018-04-25 20:47:21 +02:00
stdole2.tlb
stdole32.tlb
sti
storage.dll16 storage.dll16: Use the ARRAY_SIZE() macro. 2018-08-14 09:44:37 +02:00
stress.dll16
strmbase strmbase: Remove unused function. 2018-08-14 11:59:02 +02:00
strmdll strmdll: Add stub dll. 2018-03-19 17:40:28 +01:00
strmiids strmiids: Add evr interface GUIDS. 2017-09-18 18:44:35 +02:00
svrapi
sxs sxs: Use the ARRAY_SIZE() macro. 2018-07-19 08:07:12 +02:00
system.drv16
t2embed t2embed: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
tapi32
taskschd taskschd: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
tdh tdh: Add version resource. 2018-04-16 10:24:14 +02:00
tdi.sys
toolhelp.dll16
traffic
twain.dll16
twain_32 twain_32/tests: Use the available ARRAY_SIZE() macro. 2018-05-31 09:25:00 +02:00
typelib.dll16
ucrtbase msvcr80: Add gets_s implementation. 2018-07-16 21:28:45 +02:00
uiautomationcore
uiribbon uiribbon: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
unicows unicows: Fix CreateDialogParamW spec file entry. 2017-09-14 17:33:32 +02:00
updspapi
url
urlmon urlmon: Use the ARRAY_SIZE() macro. 2018-08-15 10:49:06 +02:00
usbd.sys
user.exe16 user.exe16: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
user32 user32: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
userenv userenv: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
usp10 include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
uuid d2d1: Implement ID2D1Factory1. 2018-01-22 22:26:46 +01:00
uxtheme uxtheme/tests: Use the available ARRAY_SIZE() macro. 2018-05-31 09:24:54 +02:00
vbscript vbscript: Use the ARRAY_SIZE() macro. 2018-07-20 18:36:55 +02:00
vcomp vcomp/tests: Use the available ARRAY_SIZE() macro. 2018-06-12 14:01:35 +02:00
vcomp90
vcomp100
vcomp110
vcomp120
vcomp140
vcruntime140 msvcr120: Add stub for _SetWinRTOutOfMemoryExceptionCallback. 2018-07-09 13:52:12 +02:00
vdhcp.vxd
vdmdbg
ver.dll16
version version: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
virtdisk
vmm.vxd
vnbt.vxd
vnetbios.vxd
vssapi
vtdapi.vxd
vulkan-1 vulkan-1/tests: Enumerate queue families. 2018-07-17 17:39:56 +02:00
vwin32.vxd
w32skrnl
w32sys.dll16
wbemdisp wbemdisp: Use the ARRAY_SIZE() macro. 2018-07-19 09:27:49 +02:00
wbemprox wbemprox: Add support for Win32_PnPEntity table. 2018-08-14 10:16:01 +02:00
wdscore wdscore: Add stub DLL. 2017-12-01 10:25:35 +01:00
webservices webservices: Send incremental string table updates with messages in the same session. 2018-06-20 16:02:58 +02:00
wer wer/tests: Use the available ARRAY_SIZE() macro. 2018-05-30 09:11:35 +02:00
wevtapi wevtapi: Add stub for EvtExportLog. 2018-03-29 18:08:03 +02:00
wiaservc wiaservc: Add some tests for SelectDeviceDlg. 2018-03-30 10:52:12 +02:00
wimgapi
win32s16.dll16
win87em.dll16
winaspi.dll16
windebug.dll16
windowscodecs windowscodecs: Use the ARRAY_SIZE() macro. 2018-08-14 11:57:54 +02:00
windowscodecsext
winealsa.drv winealsa.drv: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
wineandroid.drv wineandroid: Silence a noisy FIXME in ANDROID_GetKeyboardLayout. 2018-04-25 10:48:38 +02:00
winebus.sys winebus.sys: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
winecoreaudio.drv
winecrt0 include: Add __EXCEPT_CTX/__FINALLY_CTX macros. 2017-06-05 11:26:30 +02:00
wined3d wined3d: Pass a wined3d_string_buffer to shader_glsl_get_register_name(). 2018-08-15 20:55:09 +02:00
winegstreamer winegstreamer: Add a missing debugstr_a. 2018-07-05 19:57:16 +02:00
winehid.sys
winejoystick.drv winejoystick.drv: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
winemac.drv winemac.drv: Print the debug string and not the pointer to it. 2018-08-14 09:41:09 +02:00
winemapi
wineoss.drv wineoss.drv: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
wineps.drv wineps.drv: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
wineps16.drv16
winepulse.drv winepulse.drv: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
wineqtdecoder wineqtdecoder: Use CBaseFilter::FindPin(). 2018-07-04 14:56:27 +02:00
winevulkan winevulkan: Mark ICD and thunking functions as private. 2018-08-14 09:47:48 +02:00
winex11.drv winex11: Remove redeclaration of VkXlibSurfaceCreateFlagsKHR. 2018-08-14 10:16:01 +02:00
wing.dll16
wing32
winhttp winhttp/tests: Skip the tests when we encounter a failure. 2018-07-13 17:20:43 +02:00
wininet wininet: Use the more common ARRAY_SIZE spelling. 2018-07-06 19:44:26 +02:00
winmm winmm: Don't crash in waveOutOpen when nSamplesPerSec is 0 and add tests. 2018-08-14 10:16:00 +02:00
winnls.dll16
winnls32
winscard
winsock.dll16
winspool.drv winspool: Add performance counters service stubs. 2018-07-12 12:57:54 +02:00
winsta winsta: Add WinStationUnRegisterConsoleNotification stub. 2017-10-18 20:26:22 +02:00
wintab.dll16
wintab32
wintrust wintrust: Use the ARRAY_SIZE() macro. 2018-07-19 08:09:19 +02:00
winusb
wlanapi wlanapi: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
wldap32 wldap32: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
wmasf
wmcodecdspuuid wmcodecdspuuid: Add static library. 2018-05-10 08:43:44 +02:00
wmi
wmiutils wmiutils/tests: Use the available ARRAY_SIZE() macro. 2018-05-29 10:07:55 +02:00
wmp wmp: Make it possible to query IUnknown from IWMPControls. 2018-08-14 13:55:55 +02:00
wmphoto wmphoto: Register WMP encoder and decoder classes. 2017-08-24 14:03:39 +09:00
wmvcore wmvcore: Add a fixme in WMProfileManager_QueryInterface if interface not found. 2018-05-23 09:32:00 +02:00
wnaspi32 wnaspi32: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:02 +02:00
wow32
wpc
wpcap wpcap: Implement pcap_dump_open and pcap_dump. 2018-04-10 12:22:06 +02:00
ws2_32 ws2_32/tests: Use the available ARRAY_SIZE() macro. 2018-06-13 22:13:27 +02:00
wsdapi wsdapi: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:03 +02:00
wshom.ocx include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
wsnmp32
wsock32
wtsapi32 wtsapi32: Improve the stub for WTSQuerySessionInformationW. 2018-04-11 16:23:05 +02:00
wuapi
wuaueng
x3daudio1_0
x3daudio1_1
x3daudio1_2
x3daudio1_3
x3daudio1_4
x3daudio1_5
x3daudio1_6
x3daudio1_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: IXAPO::Reset returns void. 2018-08-14 12:05:35 +02:00
xaudio2_8
xaudio2_9
xinput1_1 xinput: Detect and setup HID gamepads. 2018-02-15 08:05:31 +01:00
xinput1_2 xinput: Detect and setup HID gamepads. 2018-02-15 08:05:31 +01:00
xinput1_3 xinput/tests: Use the available ARRAY_SIZE() macro. 2018-05-30 09:11:31 +02:00
xinput1_4 xinput: Detect and setup HID gamepads. 2018-02-15 08:05:31 +01:00
xinput9_1_0 xinput: Detect and setup HID gamepads. 2018-02-15 08:05:31 +01:00
xmllite include: Add a generic available ARRAY_SIZE(). 2018-07-04 10:39:15 +02:00
xolehlp xolehlp: Use the ARRAY_SIZE() macro. 2018-08-14 10:16:03 +02:00
xpsprint
xpssvcs