Sweden-Number/dlls
Ken Thomases a05cdaa1b8 gdi32: Antialias fake bold or italic fonts regardless of GASP table.
If the client requests a bold typeface of a font which doesn't actually provide
a bold typeface, Wine fakes it using FT_Outline_Embolden().  Likewise, it fakes
italic by apply a shear transform.

These techniques work passably when antialiasing is in effect.  However, when
antialiasing is disabled at small sizes by the font's GASP table, the results
are horrible.  The glyphs have many spurs or appear furry.

On the theory that fonts disable antialiasing via the GASP table at small sizes
because hinting should produce pixel-perfect results and that that rationale is
voided by the application of procedural bolding or italicizing, we ignore the
GASP table and always antialias for fake bold or italic fonts.

There is a new registry setting to disable this and revert to the previous
behavior:

[HKEY_CURRENT_USER\Software\Wine\Fonts]
"AntialiasFakeBoldOrItalic"="n"

Signed-off-by: Ken Thomases <ken@codeweavers.com>
2015-10-01 16:31:54 +09:00
..
acledit winebuild: Add DllMain to the list of functions that should be private. 2015-07-15 15:59:46 +09:00
aclui makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
activeds activeds: Remove an unneeded NONAMELESSUNION directive. 2015-03-09 22:06:22 +09:00
actxprxy shell32: Update to IFolderView2. 2015-05-01 15:15:56 +09:00
adsiid makefiles: Get rid of the MAKE_IMPLIB_RULES variable. 2014-01-02 12:12:59 +01:00
advapi32 advapi32/tests: Avoid more test failures. 2015-09-11 18:21:58 +09:00
advpack advpack: Simplify the check for an empty string (PVS-Studio). 2014-11-17 19:30:24 +09:00
amstream amstream: Create a surface if it wasn't provided in CreateSample(). 2015-06-24 15:28:50 +09:00
api-ms-win-core-com-l1-1-0 api-ms-win-core-com-l1-1-0: Add stub dll. 2014-02-04 16:06:23 +01:00
api-ms-win-core-console-l1-1-0 api-ms-win-core-console-l1-1-0: Add stub dll. 2014-02-04 16:06:49 +01:00
api-ms-win-core-datetime-l1-1-0 api-ms-win-core-datetime-l1-1-0: Add dll. 2014-12-04 14:03:30 +01:00
api-ms-win-core-datetime-l1-1-1 kernel32: Implement Get{Time,Date}FormatEx. 2015-01-06 12:59:07 +01:00
api-ms-win-core-debug-l1-1-0 api-ms-win-core-debug-l1-1-0: Add stub dll. 2015-05-08 14:41:30 +09:00
api-ms-win-core-debug-l1-1-1 api-ms-win-core-debug-l1-1-1: Add stub dll. 2014-01-08 16:26:16 +01:00
api-ms-win-core-errorhandling-l1-1-0 api-ms-win-core-errorhandling-l1-1-0: Add stub dll. 2015-05-08 14:41:50 +09:00
api-ms-win-core-errorhandling-l1-1-1 ntdll: Add stubs for vectored continue handler. 2014-11-13 16:31:49 +09:00
api-ms-win-core-errorhandling-l1-1-2 api-ms-win-core-errorhandling-l1-1-2: Add stub dll. 2014-12-05 11:23:12 +01:00
api-ms-win-core-fibers-l1-1-0 api-ms-win-core-fibers-l1-1-0: Add dll. 2014-12-04 14:03:29 +01:00
api-ms-win-core-fibers-l1-1-1 api-ms-win-core-fibers-l1-1-1: Add stub dll. 2014-12-03 21:34:28 +01:00
api-ms-win-core-file-l1-1-0 api-ms-win-core-file-l1-1-0: Add stub dll. 2015-05-08 14:42:10 +09:00
api-ms-win-core-file-l1-2-0 api-ms-win-core-file-l1-2-0: Add stub dll. 2014-02-04 16:07:08 +01:00
api-ms-win-core-file-l2-1-0 kernel32: Add stubs for CreateSymbolicLinkA/W. 2014-12-05 11:24:51 +01:00
api-ms-win-core-file-l2-1-1 kernel32: Add stubs for CreateSymbolicLinkA/W. 2014-12-05 11:24:51 +01:00
api-ms-win-core-handle-l1-1-0 api-ms-win-core-handle-l1-1-0: Add stub dll. 2014-02-04 16:07:30 +01:00
api-ms-win-core-heap-l1-1-0 api-ms-win-core-heap-l1-1-0: Add stub dll. 2015-05-08 14:42:30 +09:00
api-ms-win-core-heap-l1-2-0 api-ms-win-core-heap-l1-2-0: Add stub dll. 2014-02-04 16:08:02 +01:00
api-ms-win-core-heap-obsolete-l1-1-0 api-ms-win-core-heap-obsolete-l1-1-0: Add stub dll. 2014-02-04 16:08:15 +01:00
api-ms-win-core-interlocked-l1-1-0 api-ms-win-core-interlocked-l1-1-0: Add stub dll. 2015-05-08 14:42:48 +09:00
api-ms-win-core-interlocked-l1-2-0 api-ms-win-core-interlocked-l1-2-0: Add stub dll. 2014-01-08 16:26:36 +01:00
api-ms-win-core-io-l1-1-1 api-ms-win-core-io-l1-1-1: Add stub dll. 2014-02-05 13:49:33 +01:00
api-ms-win-core-kernel32-legacy-l1-1-0 kernel32: Implement SetFileCompletionNotificationModes as a stub. 2015-06-15 17:27:38 +09:00
api-ms-win-core-libraryloader-l1-1-0 api-ms-win-core-libraryloader-l1-1-0: Add stub dll. 2015-05-08 14:44:51 +09:00
api-ms-win-core-libraryloader-l1-1-1 kernel32: Add stub implementation for EnumResourceLanguagesEx. 2015-01-27 22:03:17 +01:00
api-ms-win-core-localization-l1-2-0 kernel32: Add GetFileMUIInfo stub. 2015-05-12 15:30:47 +09:00
api-ms-win-core-localization-l1-2-1 kernel32: Add GetFileMUIInfo stub. 2015-05-12 15:30:47 +09:00
api-ms-win-core-localization-obsolete-l1-1-0 api-ms-win-core-localization-obsolete-l1-1-0: Add stub dll. 2014-02-05 13:49:36 +01:00
api-ms-win-core-localregistry-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-core-memory-l1-1-0 api-ms-win-core-memory-l1-1-0: Add stub dll. 2015-05-08 14:45:35 +09:00
api-ms-win-core-memory-l1-1-1 kernel32: Add a stub for SetSystemFileCacheSize. 2014-10-08 16:34:29 +02:00
api-ms-win-core-misc-l1-1-0 api-ms-win-core-misc-l1-1-0: New dll. 2015-05-22 14:12:09 +09:00
api-ms-win-core-namedpipe-l1-1-0 api-ms-win-core-namedpipe-l1-1-0: Add stub dll. 2015-05-08 14:46:50 +09:00
api-ms-win-core-namedpipe-l1-2-0 api-ms-win-core-namedpipe-l1-2-0: Add stub dll. 2014-02-05 13:49:38 +01:00
api-ms-win-core-processenvironment-l1-1-0 api-ms-win-core-processenvironment-l1-1-0: Add stub dll. 2015-05-08 14:47:45 +09:00
api-ms-win-core-processenvironment-l1-2-0 api-ms-win-core-processenvironment-l1-2-0: Add stub dll. 2014-02-05 13:49:39 +01:00
api-ms-win-core-processthreads-l1-1-0 kernel32: Implement GetProcessIdOfThread(). 2015-03-20 21:31:57 +09:00
api-ms-win-core-processthreads-l1-1-1 api-ms-win-core-processthreads-l1-1-1: Add advapi32 forwards. 2015-06-10 16:15:40 +09:00
api-ms-win-core-processthreads-l1-1-2 kernel32: Implement GetProcessIdOfThread(). 2015-03-20 21:31:57 +09:00
api-ms-win-core-profile-l1-1-0 api-ms-win-core-profile-l1-1-0: Add stub dll. 2014-01-08 16:26:45 +01:00
api-ms-win-core-psapi-l1-1-0 api-ms-win-core-psapi-l1-1-0: Add stub dll. 2014-02-05 13:49:41 +01:00
api-ms-win-core-registry-l1-1-0 api-ms-win-core-registry-l1-1-0: Add stub dll. 2014-02-05 13:49:42 +01:00
api-ms-win-core-rtlsupport-l1-1-0 api-ms-win-core-rtlsupport-l1-1-0: Add stub dll. 2015-05-08 14:48:07 +09:00
api-ms-win-core-rtlsupport-l1-2-0 api-ms-win-core-rtlsupport-l1-2-0: Add stub dll. 2014-02-06 17:08:15 +01:00
api-ms-win-core-shlwapi-legacy-l1-1-0 api-ms-win-core-shlwapi-legacy-l1-1-0: Add stub dll. 2014-02-06 17:08:16 +01:00
api-ms-win-core-string-l1-1-0 api-ms-win-core-string-l1-1-0: Add stub dll. 2014-01-08 16:26:54 +01:00
api-ms-win-core-synch-l1-1-0 api-ms-win-core-synch-l1-1-0: Add stub dll. 2015-05-08 14:48:22 +09:00
api-ms-win-core-synch-l1-2-0 kernel32: Added SetWaitableTimerEx(). 2014-03-24 11:38:22 +01:00
api-ms-win-core-sysinfo-l1-1-0 api-ms-win-core-sysinfo-l1-1-0: Add stub dll. 2015-05-08 14:48:39 +09:00
api-ms-win-core-sysinfo-l1-2-0 kernel32: Implement GetSystemTimePreciseAsFileTime. 2015-05-20 17:28:37 +09:00
api-ms-win-core-sysinfo-l1-2-1 kernel32: Implement GetSystemTimePreciseAsFileTime. 2015-05-20 17:28:37 +09:00
api-ms-win-core-threadpool-legacy-l1-1-0 api-ms-win-core-threadpool-legacy-l1-1-0: Add stub dll. 2014-02-06 17:08:17 +01:00
api-ms-win-core-timezone-l1-1-0 api-ms-win-core-timezone-l1-1-0: Add stub dll. 2014-02-06 17:08:17 +01:00
api-ms-win-core-url-l1-1-0 api-ms-win-core-url-l1-1-0: Add stub dll. 2014-02-06 17:08:18 +01:00
api-ms-win-core-util-l1-1-0 api-ms-win-core-util-l1-1-0: Add stub dll. 2014-01-08 16:27:21 +01:00
api-ms-win-core-winrt-error-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-core-winrt-error-l1-1-1 api-ms-win-core-winrt-error-l1-1-1: Add stub dll. 2014-12-04 14:03:32 +01:00
api-ms-win-core-winrt-l1-1-0 api-ms-win-core-winrt-l1-1-0: Move implementations into combase. 2014-12-09 18:55:31 +01:00
api-ms-win-core-winrt-string-l1-1-0 combase: Implement functions for HSTRING_BUFFER. 2014-12-15 16:49:00 +01:00
api-ms-win-core-xstate-l2-1-0 api-ms-win-core-xstate-l2-1-0: Add stub dll. 2014-12-04 14:03:31 +01:00
api-ms-win-crt-conio-l1-1-0 api-ms-win-crt-conio-l1-1-0: Add stub dll. 2015-08-26 23:15:23 +09:00
api-ms-win-crt-convert-l1-1-0 api-ms-win-crt-convert-l1-1-0: Add stub dll. 2015-08-26 23:15:23 +09:00
api-ms-win-crt-environment-l1-1-0 api-ms-win-crt-environment-l1-1-0: Add stub dll. 2015-08-26 23:15:24 +09:00
api-ms-win-crt-filesystem-l1-1-0 api-ms-win-crt-filesystem-l1-1-0: Add stub dll. 2015-08-26 23:15:24 +09:00
api-ms-win-crt-heap-l1-1-0 ucrtbase: Hook up the _set_app_type, _set_new_handler and _set_new_mode functions. 2015-08-27 17:10:03 +09:00
api-ms-win-crt-locale-l1-1-0 api-ms-win-crt-locale-l1-1-0: Add stub dll. 2015-08-26 23:15:24 +09:00
api-ms-win-crt-math-l1-1-0 api-ms-win-crt-math-l1-1-0: Add stub dll. 2015-08-26 23:15:24 +09:00
api-ms-win-crt-multibyte-l1-1-0 api-ms-win-crt-multibyte-l1-1-0: Add stub dll. 2015-08-26 23:15:25 +09:00
api-ms-win-crt-private-l1-1-0 api-ms-win-crt-private-l1-1-0: Add stub dll. 2015-08-26 23:15:25 +09:00
api-ms-win-crt-process-l1-1-0 api-ms-win-crt-process-l1-1-0: Add stub dll. 2015-08-26 23:15:25 +09:00
api-ms-win-crt-runtime-l1-1-0 ucrtbase: Add stub functions for narrow environment. 2015-08-28 13:15:06 +09:00
api-ms-win-crt-stdio-l1-1-0 api-ms-win-crt-stdio-l1-1-0: Add stub dll. 2015-08-26 23:15:25 +09:00
api-ms-win-crt-string-l1-1-0 api-ms-win-crt-string-l1-1-0: Add stub dll. 2015-08-26 23:15:25 +09:00
api-ms-win-crt-time-l1-1-0 api-ms-win-crt-time-l1-1-0: Add stub dll. 2015-08-26 23:15:26 +09:00
api-ms-win-crt-utility-l1-1-0 api-ms-win-crt-utility-l1-1-0: Add stub dll. 2015-08-26 23:15:26 +09:00
api-ms-win-downlevel-advapi32-l1-1-0 advapi32: Stub EventActivityIdControl. 2015-02-26 20:08:49 +09:00
api-ms-win-downlevel-advapi32-l2-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-normaliz-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-ole32-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-shell32-l1-1-0 shell32: Added GetCurrentProcessExplicitAppUserModelID() stub. 2015-07-22 16:42:42 +02:00
api-ms-win-downlevel-shlwapi-l1-1-0 shlwapi: Add implementation for StrCatChainW. 2014-12-16 16:32:31 +01:00
api-ms-win-downlevel-shlwapi-l2-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-user32-l1-1-0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
api-ms-win-downlevel-version-l1-1-0 version: Add stubs for GetFileVersionInfoExA/W. 2014-12-23 15:30:50 +01:00
api-ms-win-eventing-provider-l1-1-0 advapi32: Add a stub implementation of EventSetInformation. 2015-05-11 15:39:24 +09:00
api-ms-win-ntuser-dc-access-l1-1-0 api-ms-win-ntuser-dc-access-l1-1-0: Add stub dll. 2014-02-04 16:05:38 +01:00
api-ms-win-security-base-l1-1-0 advapi32: Add initial implementation for GetWindowsAccountDomainSid. 2015-06-24 23:01:45 +09:00
api-ms-win-security-base-l1-2-0 advapi32: Add initial implementation for GetWindowsAccountDomainSid. 2015-06-24 23:01:45 +09:00
api-ms-win-security-sddl-l1-1-0 api-ms-win-security-sddl-l1-1-0: Add stub dll. 2014-02-06 17:08:21 +01:00
api-ms-win-service-core-l1-1-1 api-ms-win-service-core-l1-1-1: Add stub dll. 2014-02-06 17:08:22 +01:00
api-ms-win-service-management-l1-1-0 api-ms-win-service-management-l1-1-0: Add stub dll. 2014-02-06 17:08:23 +01:00
api-ms-win-service-winsvc-l1-2-0 api-ms-win-service-winsvc-l1-2-0: Add stub dll. 2014-02-06 17:08:24 +01:00
apphelp apphelp: Add a stub for SdbCloseDatabase. 2015-02-06 23:36:51 +09:00
appwiz.cpl mshtml: Wine Gecko 2.40 release. 2015-08-12 22:59:15 +09:00
atl atl: Added stub AtlIPersistPropertyBag_Save. 2015-05-26 20:08:54 +09:00
atl80 atl: Added stub AtlIPersistPropertyBag_Save. 2015-05-26 20:08:54 +09:00
atl90 atl: Added stub AtlIPersistPropertyBag_Save. 2015-05-26 20:08:54 +09:00
atl100 atl: Added stub AtlIPersistPropertyBag_Save. 2015-05-26 20:08:54 +09:00
atl110 atl: Added stub AtlIPersistPropertyBag_Save. 2015-05-26 20:08:54 +09:00
authz authz: Stub AuthzInstallSecurityEventSource. 2014-10-29 20:31:02 +09:00
avicap32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
avifil32 Assorted spelling fixes. 2015-08-07 23:50:48 +09:00
avifile.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
avrt makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
bcrypt bcrypt: Add BCryptCreateHash stub. 2015-10-01 16:27:42 +09:00
browseui browseui: Use method wrappers when forwarding, rearrange functions to match vtable order. 2015-06-08 15:29:13 +09:00
cabinet cabinet: Accept hf == 0 in FDIIsCabinet. 2014-12-03 11:13:25 +01:00
capi2032 configure: Automatically expand _CFLAGS and _LIBS variables in all makefiles. 2014-01-30 12:42:56 +01:00
cards makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
cfgmgr32 setupapi: Add stubs for CM_Get_Device_Interface_List_SizeA/W. 2014-10-08 17:44:50 +02:00
clusapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
combase ole32: Add stub implementations of CoGetActivationState and CoGetCallState. 2015-08-03 12:11:10 +02:00
comcat makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
comctl32 comctl32: Set the item size after LISTVIEW_ScrollColumns(). 2015-09-08 14:48:09 +09:00
comdlg32 comdlg32: Implement radio button lists in item dialog. 2015-09-14 16:47:51 +09:00
comm.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
commdlg.dll16 commdlg.dll16: Remove unneeded NONAMELESSXXX directives. 2015-03-09 22:06:24 +09:00
compobj.dll16 compobj.dll16: Remove dead assignments in compobj.c (Cppcheck). 2014-11-03 16:32:22 +09:00
compstui compstui: Remove an uneeded NONAMELESSUNION directive. 2015-03-10 15:18:16 +09:00
comsvcs makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
connect connect: Add IsInternetConnected stub. 2015-02-11 22:26:28 +09:00
credui credui: Add a partial implementation of SspiPromptForCredentials. 2015-08-17 14:46:28 +09:00
crtdll makefiles: Automatically add the necessary msvcrt flags to the generated rules. 2014-01-08 14:34:15 +01:00
crypt32 crypt32: Add CERT_OCSP_RESPONSE_PROP_ID setter. 2015-08-26 23:53:22 +09:00
cryptdlg makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
cryptdll makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
cryptext cryptext: Add stubs for CryptExtAddPFX/CryptExtAddPFXW. 2014-11-26 19:16:52 +01:00
cryptnet cryptnet/tests: Remove an uneeded NONAMELESSUNION directive. 2015-03-10 15:18:21 +09:00
cryptui cryptui: Fix grammar in warning message. 2015-02-20 16:33:59 +09:00
ctapi32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ctl3d.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ctl3d32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ctl3dv2.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d2d1 d2d1: Avoid possible infinite loop in d2d_geometry_intersect_self caused by rounding errors. 2015-08-27 21:43:47 +09:00
d3d8 d3d8: TRACE fixes. 2015-09-18 14:57:35 +02:00
d3d9 d3d9: TRACE fixes. 2015-09-18 14:57:38 +02:00
d3d10 d3d10: Do not use '\n' in the middle of TRACE. 2015-08-18 18:34:46 +09:00
d3d10_1 d3d10_1: Forward stateblock functions to d3d10. 2014-09-03 11:22:13 +02:00
d3d10core d3d10core/tests: Check that shader resource view implements ID3D11ShaderResourceView. 2015-09-14 22:30:50 +09:00
d3d11 d3d11: Rename d3d10_device_inner to d3d_device_inner. 2015-10-01 00:01:29 +09:00
d3dcompiler_33 d3dcompiler: Correct filename string. 2014-01-07 10:43:30 +01:00
d3dcompiler_34 d3dcompiler: Correct filename string. 2014-01-07 10:43:30 +01:00
d3dcompiler_35 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_36 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_37 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_38 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_39 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_40 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_41 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_42 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dcompiler_43 d3dcompiler_43: Replace 14 instances of 1 << 31 by 1u << 31 to avoid shift shift overflow. 2015-09-07 15:06:23 +09:00
d3dcompiler_46 d3dcompiler: Implement semi-stub for D3DCompile2. 2015-08-17 14:40:09 +09:00
d3dcompiler_47 d3dcompiler: Implement semi-stub for D3DCompile2. 2015-08-17 14:40:09 +09:00
d3dim makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3drm d3drm: Add stubs for IDirect3DRMTexture methods. 2015-08-25 21:09:36 +09:00
d3dx9_24 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_25 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_26 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_27 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_28 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_29 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_30 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_31 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_32 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_33 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_34 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_35 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_36 Assorted spelling and typos fixes. 2015-08-31 20:18:46 +09:00
d3dx9_37 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_38 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_39 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_40 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_41 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx9_42 d3dx9_36: Add D3DXCreateFragmentLinker, D3DXCreateFragmentLinkerEx stubs. 2015-07-31 12:05:14 +02:00
d3dx9_43 d3dx9_36: Add D3DXTessellateNPatches stub ( try 2). 2015-07-31 12:04:44 +02:00
d3dx10_33 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_34 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_35 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_36 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_37 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_38 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_39 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_40 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_41 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_42 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx10_43 d3dx10_43: Added D3DX10CreateEffectFromMemory stub. 2015-09-16 23:07:14 +09:00
d3dx11_42 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dx11_43 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
d3dxof d3dxof: Don't ERR on alloc failures for small compile time known sizes. 2015-04-22 23:25:41 +09:00
davclnt davclnt: Add stub implementations of DavRegisterAuthCallback and DavUnregisterAuthCallback. 2015-07-21 16:33:23 +02:00
dbgeng makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dbghelp dbghelp: Provide a default value for DYLD_FALLBACK_LIBRARY_PATH, which is closer to how dyld behaves. 2015-09-18 14:59:01 +02:00
dciman32 dciman32: Remove unnecessary DllMain implementation. 2014-05-15 19:04:47 +02:00
ddeml.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ddraw wined3d: Remove wined3d_surface_get_flip_status stub. 2015-09-10 20:00:52 +09:00
ddrawex include: Correct DDSCAPS2 and DDSURFACEDESC2 structures and their uses. 2015-03-02 23:00:32 +09:00
devenum devenum: Mark internal symbols with hidden visibility. 2015-03-17 14:18:39 +09:00
dhcpcsvc makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
difxapi difxapi: Add stubs for SetDifxLogCallbackA/W. 2014-11-26 17:26:09 +01:00
dinput dinput/tests: Send a matching key-up event. 2015-05-22 18:04:28 +09:00
dinput8 dinput8: Create a window that will receive events generated by input tests. 2014-03-07 11:30:27 +01:00
dispdib.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dispex dispex: Remove unneeded NONAMELESSXXX directives. 2015-03-11 22:10:26 +09:00
display.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dmband dmband: Add missing TRACE to QI. 2015-06-29 19:07:50 +09:00
dmcompos dmcompos: Mark IPersistStream_Save of DMSignPostTrack as a stub. 2015-06-29 19:07:49 +09:00
dmime dmime: Use the generic IPersistStream for DMTempoTrack. 2015-07-06 14:49:41 +09:00
dmloader dmloader: Remove superfluous "IDirectMusicContainer" from method names. 2015-04-28 15:35:38 +09:00
dmscript dmscript: Get rid of the extra pointer to a DMUS_OBJECTDESC. 2015-04-28 15:35:54 +09:00
dmstyle dmstyle: Remove a not very useful macro. 2015-07-07 17:16:35 +09:00
dmsynth dmsynth: Remove a now unused macro. 2015-07-06 14:49:41 +09:00
dmusic dmusic: Remove old and ugly COM macros. 2015-06-29 19:07:55 +09:00
dmusic32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dnsapi dnsapi: Do not fail if NETDB_INTERNAL is not present. 2014-07-07 09:13:47 +02:00
dplay makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dplayx Assorted spelling and typos fixes. 2015-08-31 20:18:46 +09:00
dpnaddr Assorted typos fixes. 2014-02-12 19:15:32 +01:00
dpnet dpnet: Don't return partially initialized object. 2015-06-26 20:35:07 +09:00
dpnhpast makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dpnlobby makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dpvoice dpvoice: Turn GetCompressionTypes into a semi-stub. 2015-02-19 23:27:25 +09:00
dpwsockx makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
drmclien makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
dsound dsound: Don't set very low limits on HW buffers. 2015-05-11 15:19:05 +09:00
dssenh dssenh/tests: Fix some tests on Win 8. 2015-04-20 21:21:35 +09:00
dswave dswave: Finish the cleanup of create_dswave(). 2015-06-10 15:26:10 +09:00
dwmapi dwmapi: Add DwmUpdateThumbnailProperties stub. 2015-09-08 21:59:18 +09:00
dwrite dwrite: Handle fonts with broken usWinDescent values. 2015-10-01 16:29:44 +09:00
dxdiagn dxdiagn: Silence some fixmes from class factory QI. 2015-05-25 21:43:17 +09:00
dxerr8 makefiles: Get rid of the MAKE_IMPLIB_RULES variable. 2014-01-02 12:12:59 +01:00
dxerr9 makefiles: Get rid of the MAKE_IMPLIB_RULES variable. 2014-01-02 12:12:59 +01:00
dxgi dxgi: Upgrade Direct3D 10 WARN to a FIXME. 2015-09-18 14:57:54 +02:00
dxguid dxguid: Include dplobby8.h. 2014-05-12 10:51:32 +02:00
dxva2 dxva2: Add implementation for stub functions. 2014-04-04 16:58:05 +02:00
esent esen: Added stub DLL. 2015-10-01 16:24:03 +09:00
evr evr: Add stub dll. 2015-02-04 21:32:50 +09:00
explorerframe explorerframe: Return interface pointer from QI instead of impl pointer. 2015-03-20 17:39:47 +09:00
ext-ms-win-gdi-devcaps-l1-1-0 ext-ms-win-gdi-devcaps-l1-1-0: Add stub dll. 2014-02-04 16:06:02 +01:00
faultrep faultrep/tests: Update is_process_limited() to deal with non-administrator, non-power user accounts. 2014-03-05 11:50:40 +01:00
fltlib fltlib: Add stub for FilterLoad. 2015-06-25 16:32:02 +09:00
fntcache fntcache: Drop WINE_ prefix from FIXME/TRACE. 2015-03-24 18:16:24 +09:00
fontsub fontsub: Added dll stub. 2014-03-03 17:02:39 +01:00
fusion fusion: Fix insufficient buffer size handling in IAssemblyName::GetDisplayName. 2015-04-10 22:46:18 +09:00
fwpuclnt makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
gameux Assorted spelling fixes. 2015-08-07 23:50:48 +09:00
gdi.exe16 Assorted spelling and typos fixes. 2015-08-31 20:18:46 +09:00
gdi32 gdi32: Antialias fake bold or italic fonts regardless of GASP table. 2015-10-01 16:31:54 +09:00
gdiplus gdi32: EnumFontFamilies should enumerate substituted fonts only when directly asked for. 2015-07-17 19:29:10 +09:00
glu32 glu32: Fix wrapper function for glu[Begin|End]Polygon and gluNextContour. 2014-09-15 16:40:38 +02:00
gphoto2.ds gphoto2.ds: Remove unneeded NONAMELESSXXX directives. 2015-03-13 00:28:18 +09:00
gpkcsp winebuild: Add DllMain to the list of functions that should be private. 2015-07-15 15:59:46 +09:00
hal hal: Remove unneeded NONAMELESSXXX directives. 2015-03-06 12:54:40 +09:00
hhctrl.ocx hhctrl.ocx: Mark internal symbols with hidden visibility. 2015-03-18 19:39:23 +09:00
hid hid: Remove spaces before '\n'. 2015-08-07 23:50:20 +09:00
hidclass.sys hidclass.sys: Implement IRP_MJ_READ for HID Devices. 2015-09-15 18:29:13 +09:00
hlink hlink: Improve file protocol handling in HlinkParseDisplayName. 2014-03-04 19:24:29 +01:00
hnetcfg hnetcfg: Release typeinfos and typelib on dll unload. 2015-01-20 17:52:24 +01:00
httpapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
iccvid iccvid: Fix compiler warnings with flag -Wunused-macros. 2014-12-11 11:55:52 +01:00
icmp makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ieframe ieframe/tests: Fixed tests on some VMs. 2015-09-15 22:51:41 +09:00
ifsmgr.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
imaadp32.acm msacm32: Make ACM driver details match native more closely. 2015-05-27 14:31:39 +09:00
imagehlp imagehlp: Remove unused structure. 2015-08-12 22:54:24 +09:00
imm.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
imm32 imm32: Don't use functions that use graphics driver in THREAD_DETACH/PROCESS_DETACH. 2015-08-28 13:14:03 +09:00
inetcomm inetcomm: Avoid overlapping memcpy (Coverity). 2015-04-20 14:38:20 +09:00
inetcpl.cpl inetcpl.cpl: Remove uneeded NONAMELESSUNION directives. 2015-03-13 00:28:19 +09:00
inetmib1 Assorted spelling/grammar fixes. 2014-04-30 18:34:20 +02:00
infosoft makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
initpki makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
inkobj makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
inseng inseng: Added IInstallEngine2 stub. 2015-04-22 23:27:09 +09:00
iphlpapi iphlpapi: Implement GetIfTable2. 2015-08-18 17:30:14 +09:00
itircl makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
itss itss/tests: Fix compiler warnings with flag -Wunused-macros. 2014-12-11 11:55:48 +01:00
joy.cpl kernel32: Avoid resolving imports against the advapi32 forwards. 2015-06-10 15:26:05 +09:00
jscript jscript: Added 'automagic' test. 2015-06-03 14:47:15 +09:00
jsproxy jsproxy: Avoid potential NULL dereference (Coverity). 2014-05-20 09:45:06 +02:00
kernel32 kernel32/tests: Don't test for the exact process count. 2015-09-25 20:59:35 +02:00
keyboard.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
krnl386.exe16 krnl386.exe16: Increase buffer size in GetTempDrive. 2015-08-19 20:19:57 +09:00
ksuser ksuser: New stub dll. 2014-10-07 20:22:16 +02:00
ktmw32 ktmw32: Add a stub for RollbackTransaction. 2015-02-06 23:35:40 +09:00
loadperf makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
localspl localspl: Remove uneeded NONAMELESSUNION directives. 2015-03-13 21:57:29 +09:00
localui Assorted spelling fixes. 2015-08-07 23:50:48 +09:00
lz32 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
lzexpand.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mapi32 mapi32: Remove unneeded NONAMELESSXXX directives. 2015-03-13 21:57:31 +09:00
mapistub makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mciavi32 mciavi32: Detect Indeo video frames as valid frames. 2015-09-18 14:58:14 +02:00
mcicda mcicda: Remove dead code (Coverity). 2015-07-20 06:32:30 +02:00
mciqtz32 mciqtz32: Watch the player thread while waiting a player task. 2015-06-02 20:53:43 +09:00
mciseq mciseq: Ensure the player thread termination when stopping. 2015-07-22 17:42:39 +02:00
mciwave mciwave: Remove an unused assigment (PVS-Studio). 2015-01-16 16:53:23 +01:00
mf mf: Add stub dll. 2015-02-10 23:33:59 +09:00
mfplat mfplat: Add missing export of MFGetPluginControl to specfile. 2015-08-24 14:44:23 +09:00
mfreadwrite mfreadwrite: Add stub dll. 2014-12-11 20:57:54 +01:00
mgmtapi mgmtapi: Fix a typo in the export of SnmpMgrRequest. 2014-03-27 16:59:24 +01:00
midimap makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mlang mlang/tests: Avoid always true ok() checks (PVS-Studio). 2014-12-22 16:59:18 +01:00
mmcndmgr makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
mmdevapi mmdevapi/tests: Link against advapi32. 2015-06-09 22:09:58 +09:00
mmdevldr.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mmsystem.dll16 mmsystem.dll16: Mark internal symbols with hidden visibility. 2015-03-19 14:06:30 +09:00
monodebg.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mountmgr.sys mountmgr.sys: Remove unneeded NONAMELESSXXX directives. 2015-03-06 12:54:32 +09:00
mouse.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mpr Assorted spelling fixes. 2015-08-07 23:50:48 +09:00
mprapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msacm.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msacm32 msacm32/tests: Allow alternative product id. 2015-09-25 21:00:51 +02:00
msacm32.drv makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msadp32.acm msadp32.acm: Ensure we have enough memory before memcopying data. 2015-09-09 16:18:47 +09:00
msasn1 include: Add ASN1_* function prototypes. 2015-03-02 22:51:10 +09:00
mscat32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mscms mscms: Let liblcms2 determine input and output format for transform profiles. 2015-08-06 23:36:03 +09:00
mscoree mscoree: Send Mono's debug output to Unix stderr. 2015-09-07 15:03:49 +09:00
msctf msctf: Set fActive directly in ActivateLanguageProfile() (Coverity). 2015-06-08 15:30:15 +09:00
msctfp msctfp: Added proxy/stub dll for msctf.idl interfaces. 2015-05-21 14:00:38 +09:00
msdaps msdaps: Remove unneeded NONAMELESSXXX directives. 2015-03-16 15:04:15 +09:00
msdmo msdmo: Reg* API does not use HRESULT return codes. 2015-05-04 20:11:03 +09:00
msftedit makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msg711.acm msacm32: Make ACM driver details match native more closely. 2015-05-27 14:31:39 +09:00
msgsm32.acm msacm32: Make ACM driver details match native more closely. 2015-05-27 14:31:39 +09:00
mshtml mshtml/tests: Fixed tests on some Windows versions. 2015-09-15 22:51:45 +09:00
mshtml.tlb makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msi msi: Set the PrimaryVolumeSpaceRequired and PrimaryVolumeSpaceRemaining properties. 2015-10-01 16:23:15 +09:00
msident makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msimg32 msimg32: Remove unnecessary DllMain implementation. 2014-05-15 19:04:48 +02:00
msimsg makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msimtf msimtf: Add stub implementation for IActiveIMMMessagePumpOwner. 2015-06-25 13:57:16 +09:00
msisip crypt32: Add a new element to SIP_ADD_NEWPROVIDER. 2014-06-11 13:03:46 +02:00
msisys.ocx makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msls31 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msnet32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mspatcha msi: Import mspatcha instead of loading it dynamically. 2015-04-01 22:34:19 +09:00
msrle32 msrle32: Remove superfluous defines. 2014-12-11 11:55:17 +01:00
msscript.ocx msscript.ocx: Add missing 'vararg' attribute to the Run() methods. 2015-09-04 17:45:18 +09:00
mssign32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mssip32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
mstask mstask: Added IEnumWorkItems stub. 2015-03-20 16:23:04 +09:00
msvcirt msvcirt: Implement strstreambuf::seekoff. 2015-10-01 00:02:05 +09:00
msvcm80 msvcm90: Share the source code with msvcm80. 2014-01-28 11:39:56 +01:00
msvcm90 msvcm90: Don't forward to msvcm80. 2014-01-29 14:50:47 +01:00
msvcp60 msvcp: Add _Dtest implementation. 2015-09-14 16:47:52 +09:00
msvcp70 msvcp: Add _Dtest implementation. 2015-09-14 16:47:52 +09:00
msvcp71 msvcp: Add _Dtest implementation. 2015-09-14 16:47:52 +09:00
msvcp80 msvcp: Add _Dtest implementation. 2015-09-14 16:47:52 +09:00
msvcp90 msvcp110: Add tr2_sys__Last_write_time implementation and test. 2015-10-01 00:03:44 +09:00
msvcp100 msvcp: Add _Dtest implementation. 2015-09-14 16:47:52 +09:00
msvcp110 msvcp110: Add tr2_sys__Last_write_time implementation and test. 2015-10-01 00:03:44 +09:00
msvcp120 msvcp120/tests: Add tr2_sys__Last_write_time test. 2015-10-01 00:03:48 +09:00
msvcp120_app msvcp110: Add tr2_sys__Last_write_time implementation and test. 2015-10-01 00:03:44 +09:00
msvcr70 msvcrt: Add _ungetwch implementation. 2015-06-15 14:49:26 +09:00
msvcr71 msvcrt: Add _ungetwch implementation. 2015-06-15 14:49:26 +09:00
msvcr80 msvcrt: Add _wctime32_s implementation. 2015-09-15 17:02:11 +09:00
msvcr90 msvcrt: Add _wctime32_s implementation. 2015-09-15 17:02:11 +09:00
msvcr100 msvcrt: Add _wctime32_s implementation. 2015-09-15 17:02:11 +09:00
msvcr110 msvcrt: Add _wctime32_s implementation. 2015-09-15 17:02:11 +09:00
msvcr120 msvcrt: Add _wctime32_s implementation. 2015-09-15 17:02:11 +09:00
msvcr120_app msvcrt: Add _wctime32_s implementation. 2015-09-15 17:02:11 +09:00
msvcrt msvcrt: Only create locale categories that have changed in setlocale function. 2015-09-25 21:04:13 +02:00
msvcrt20 msvcirt: Add stub of class strstreambuf. 2015-09-18 14:59:49 +02:00
msvcrt40 msvcirt: Add stub of class strstreambuf. 2015-09-18 14:59:49 +02:00
msvcrtd msvcrtd: Use BOOL type where appropriate. 2014-02-11 19:19:13 +01:00
msvfw32 msvfw32: Trace only what matters in MCIWNDM_GETDEVICE. 2015-09-10 17:20:28 +09:00
msvidc32 msvidc32: Improve trace messages from CRAM_DecompressQuery. 2015-08-24 14:44:11 +09:00
msvideo.dll16 msvideo: Add support for 16-bit MCIWndProc. 2015-09-11 16:06:56 +09:00
mswsock makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msxml makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msxml2 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msxml3 msxml3: Fix invalid read. 2015-09-02 14:54:00 +09:00
msxml4 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
msxml6 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
nddeapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ndis.sys ndis.sys: Convert ndis.sys to a native driver as it should be. 2015-03-02 13:50:52 +09:00
netapi32 netapi32: Avoid shift overflow for GENERIC_READ_ACCESS and friends. friends. 2015-09-14 16:47:51 +09:00
netcfgx netcfgx: Fix memory leak (valgrind). 2014-05-07 10:26:50 +02:00
netprofm netprofm: fix memleak in error exit (Coverity). 2015-09-07 17:54:54 +09:00
newdev makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
normaliz makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
npmshtml makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
npptools npptools: Add stub dll. 2014-08-27 11:02:08 +02:00
ntdll ntdll: Ignore higher bits in selector for ThreadDescriptorTableEntry info query. 2015-09-25 21:03:17 +02:00
ntdsapi ntdsapi: Implement DsClientMakeSpnForTargetServerW. 2015-08-06 21:41:45 +09:00
ntoskrnl.exe ntoskrnl.exe: Add KeEnterCriticalRegion/KeLeaveCriticalRegion stubs. 2015-10-01 16:31:02 +09:00
ntprint ntprint: Remove an uneeded NONAMELESSUNION directive. 2015-03-16 15:04:56 +09:00
objsel makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
odbc32 odbc32: Add winediag message when no drivers could be found. 2015-01-22 12:02:39 +01:00
odbccp32 odbccp32: Add a trace message to functions. 2015-06-08 15:26:11 +09:00
odbccu32 odbccu32: Correct filename string. 2014-02-13 17:54:40 +01:00
ole2.dll16 ole2.dll16: Remove unneeded NONAMELESSXXX directives. 2015-03-17 14:18:48 +09:00
ole2conv.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ole2disp.dll16 ole2disp: Add a stub for VariantChangeTypeEx. 2014-12-01 11:10:36 +01:00
ole2nls.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ole2prox.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ole2thk.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ole32 ole32: Use get_stub_manager_from_object in CoDisconnectObject. 2015-09-04 19:29:29 +09:00
oleacc oleacc: Avoid two cases of shift overflow. 2015-09-14 16:47:53 +09:00
oleaut32 oleaut32: Use correct interface pointer. 2015-09-15 16:59:15 +09:00
olecli.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
olecli32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
oledb32 oledb32: Free memory on error exit (Coverity). 2015-06-15 14:47:45 +09:00
oledlg oledlg: Fix menu item string format. 2015-09-15 16:33:46 +09:00
olepro32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
olesvr.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
olesvr32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
olethk32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
openal32 configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
opencl opencl: Avoid deprecation warning for OpenCL 1.2 APIs. 2015-09-25 21:00:59 +02:00
opengl32 opengl32: Update to the current OpenGL spec. 2015-04-22 14:07:53 +09:00
packager packager: Mark DllCanUnloadNow, DllGetClassObject, DllRegisterServer, DllUnregisterServer as private. 2015-04-27 21:01:48 +09:00
pdh pdh: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-18 19:38:53 +09:00
photometadatahandler makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
pidgen makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
powrprof makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
printui printui: Remove an unneeded NONAMELESSUNION directive. 2015-03-18 19:38:50 +09:00
prntvpt prntvpt: Add a stub for PTQuerySchemaVersionSupport. 2015-02-03 16:30:56 +09:00
propsys propsys: Cast to ULONGLONG instead of LONGLONG in test_intconversions test_intconversions to avoid shift overflow. 2015-09-07 15:04:11 +09:00
psapi psapi/tests: Don't check for exact value. 2015-09-25 21:00:11 +02:00
pstorec makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
qcap Assorted spelling and typos fixes. 2015-08-18 15:00:13 +09:00
qedit qedit: Simplify/fix the creation of the IEnumMediaTypes. 2015-08-13 15:05:26 +09:00
qmgr qmgr: Do not omit mandatory argument to WriteFile. 2015-08-17 22:50:49 +09:00
qmgrprxy include: Add missing BITS interfaces. 2015-06-05 18:39:21 +09:00
quartz quartz: Use boolean constants for BOOL. 2015-09-14 16:47:52 +09:00
query makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
rasapi16.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
rasapi32 rasapi32: Fix a typo in a comment. 2014-09-08 10:50:55 +02:00
rasdlg makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
regapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
resutils makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
riched20 riched20: Repaint paragraph after undo format setting of the paragraph. 2015-09-04 17:45:44 +09:00
riched32 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
rpcrt4 rpcrt4: Free server side arguments with MustFree flag first so other arguments may be used to determine its size. 2015-09-08 14:49:21 +09:00
rsabase makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
rsaenh rsaenh: Don't compare a BOOL with 1 (PVS-Studio). 2015-03-18 20:07:51 +09:00
rstrtmgr makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
rtutils makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
samlib makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sane.ds Assorted spelling fixes. 2015-03-19 21:54:14 +09:00
scarddlg makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sccbase makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
schannel makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
schedsvc schedsvc: Drop WINE_ prefix from ERR(). 2015-03-24 18:16:20 +09:00
scrrun Assorted spelling and typos fixes. 2015-08-18 15:00:13 +09:00
scsiport.sys scsiport.sys: Remove unneeded NONAMELESSXXX directives. 2015-03-19 14:05:55 +09:00
secur32 secur32: Avoid ssize_t type that causes printf format warnings. 2015-08-17 15:34:35 +09:00
security makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sensapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
serialui makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
setupapi setupapi/tests: Add tests for dirid values. 2015-10-01 16:28:49 +09:00
setupx.dll16 setupx.dll16: Add a DiOpenClassRegKey stub. 2015-03-19 17:16:05 +09:00
sfc makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sfc_os makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
shdoclc makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
shdocvw shdocvw: Call DisableThreadLibraryCalls in DllMain. 2015-07-09 23:18:17 +09:00
shell.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
shell32 shell32/tests: Test icon ids that are invalid on all systems. 2015-09-16 22:11:09 +09:00
shfolder makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
shlwapi shlwapi: Reject NULL key on SHRegCloseUSKey with tests. 2015-09-07 15:04:27 +09:00
slbcsp makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
slc slc: Implement SLGetWindowsInformationDWORD. 2015-03-13 21:53:27 +09:00
snmpapi makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
softpub makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sound.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
spoolss makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
stdole2.tlb makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
stdole32.tlb makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sti makefiles: Allow define arguments to be specific to a single file. 2014-01-07 12:20:25 +01:00
storage.dll16 storage.dll16: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-24 20:01:09 +09:00
stress.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
strmbase strmbase: Remove unused macro. 2015-02-23 15:25:57 +09:00
strmiids makefiles: Get rid of the MAKE_IMPLIB_RULES variable. 2014-01-02 12:12:59 +01:00
svrapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
sxs sxs: Mark internal symbols with hidden visibility. 2015-04-01 14:13:35 +09:00
system.drv16 system.drv16: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-24 20:01:13 +09:00
t2embed t2embed: Added TTDeleteEmbeddedFont() stub. 2014-07-24 09:22:41 +02:00
tapi32 tapi32: Stub lineOpenW. 2014-03-20 19:05:05 +01:00
taskschd taskschd/tests: Test the correct return value. 2015-03-25 20:12:47 +09:00
toolhelp.dll16 toolhelp.dll16: Remove unneeded NONAMELESSXXX directives. 2015-03-24 20:01:16 +09:00
traffic makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
twain.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
twain_32 twain_32: Remove unneeded NONAMELESSXXX directives. 2015-03-24 20:01:19 +09:00
typelib.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ucrtbase ucrtbase: Add stub functions for narrow environment. 2015-08-28 13:15:06 +09:00
unicows makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
updspapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
url makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
urlmon urlmon/tests: Fixed a couple of test failure on Win10. 2015-09-25 21:00:44 +02:00
usbd.sys usbd.sys: Remove an unneeded NONAMELESSSTRUCT directive. 2015-03-27 00:12:30 +09:00
user.exe16 user.exe: Release the Win16 lock due to loading 32-bit dlls in CreateWindow. 2015-08-06 23:36:02 +09:00
user32 user32: Use float literals for float operation. 2015-09-07 17:55:05 +09:00
userenv userenv/tests: Fix a memory leak (valgrind). 2014-06-11 16:10:59 +02:00
usp10 usp10/tests: Catch case where enumerated font name is too long. 2015-10-01 16:27:57 +09:00
uuid d2d1: Implement D2D1CreateFactory(). 2014-05-20 09:43:40 +02:00
uxtheme uxtheme: Partial implementation of DrawThemeTextEx. 2015-07-02 13:43:43 +09:00
vbscript vbscript: Treat empty regexp pattern the same way as NULL pattern. 2015-06-29 21:14:35 +09:00
vcomp vcomp: Implement OpenMP regular locking functions. 2015-08-18 14:30:30 +09:00
vcomp90 vcomp: Implement OpenMP regular locking functions. 2015-08-18 14:30:30 +09:00
vcomp100 vcomp: Implement OpenMP regular locking functions. 2015-08-18 14:30:30 +09:00
vcomp110 vcomp: Implement OpenMP regular locking functions. 2015-08-18 14:30:30 +09:00
vdhcp.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vdmdbg makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
ver.dll16 ver.dll16: filelen is an in/out parameter (Coverity). 2014-05-05 19:23:35 +02:00
version Assorted spelling and typos fixes. 2015-08-31 20:18:46 +09:00
vmm.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vnbt.vxd vnbt.vxd: Include winsock2.h before other headers. 2014-07-24 19:49:57 +02:00
vnetbios.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vssapi vssapi: Add stub implementations for a couple of functions. 2014-11-27 13:26:42 +01:00
vtdapi.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
vwin32.vxd makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
w32skrnl makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
w32sys.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wbemdisp wbemdisp: Reimplement ISWbemObjectSet::get__NewEnum on top of IEnumWbemClassObject::Clone. 2015-01-15 14:05:27 +01:00
wbemprox wbemprox: Fix evaluation of LIKE queries. 2015-08-17 14:46:08 +09:00
webservices webservices/tests: Add tests. 2015-09-16 22:10:59 +09:00
wer makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
wevtapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wiaservc wiaservc: Return pointer to vtbl instead of implementation in wiadevmgr_Constructor. 2015-03-27 20:40:38 +09:00
win32s16.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
win87em.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winaspi.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
windebug.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
windowscodecs Assorted spelling and typos fixes. 2015-08-18 15:00:13 +09:00
windowscodecsext makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
winealsa.drv winealsa.drv: Default to Stereo instead of 5.1 Surround. 2015-05-19 19:24:20 +09:00
winecoreaudio.drv winecoreaudio: Fix build by importing advapi32. 2015-06-12 21:22:42 +09:00
winecrt0 makefiles: Get rid of the MAKE_IMPLIB_RULES variable. 2014-01-02 12:12:59 +01:00
wined3d wined3d: TRACE fixes. 2015-10-01 00:00:46 +09:00
winegstreamer winegstreamer: Avoid side-effects in asserts. 2015-04-03 17:07:38 +09:00
winejoystick.drv winmm: For Mac, fix joyGetPosEx() to put number of buttons pressed in dwButtonNumber field. 2015-03-24 13:51:01 +09:00
winemac.drv winemac: Add a new registry setting, OpenGLSurfaceMode, to control how GL surfaces relate to the window. 2015-09-15 16:59:03 +09:00
winemapi winemapi: Simplify check for an empty string (PVS-Studio). 2014-11-18 22:11:17 +09:00
winemp3.acm msacm32: Make ACM driver details match native more closely. 2015-05-27 14:31:39 +09:00
wineoss.drv kernel32: Avoid resolving imports against the advapi32 forwards. 2015-06-10 15:26:05 +09:00
wineps.drv wineps.drv: Add support for PostScript Format 2 custom glyph names. 2015-09-15 17:49:59 +09:00
wineps16.drv16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wineqtdecoder wineqtdecoder: Unload the AsyncReader on movie processing failure. 2015-04-02 14:03:30 +09:00
winex11.drv winex11: Make a constant unsigned to avoid shift overflow in get_locale_kbd_layout. 2015-09-02 18:33:46 +09:00
wing.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wing32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winhttp winhttp: Add custom implementation of IWinHttpRequest::Invoke(DISPID_HTTPREQUEST_OPTION). 2015-10-01 00:04:06 +09:00
wininet wininet/tests: Fix a couple of test failures. 2015-10-01 16:23:08 +09:00
winmm include: Fix packing of digitalv.h. 2015-08-03 10:56:16 +02:00
winnls.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winnls32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winscard makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winsock.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
winspool.drv winspool.drv: Allow spooling directly to a postscript file. 2015-08-26 23:53:21 +09:00
winsta winsta: Add initial winsta.h. 2015-07-17 16:44:39 +09:00
wintab.dll16 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wintab32 wintab32: Remove an always TRUE conditional expression (PVS-Studio). 2015-01-13 19:53:58 +01:00
wintrust wintrust: Create a dummy context to force creation of MachineGuid registry key. 2015-07-31 12:08:45 +02:00
wlanapi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wldap32 wldap32/tests: Skip tests if the connection times out. 2014-04-01 13:31:00 +02:00
wmi makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wmiutils wmiutils: Always null-terminate the server string in build_server (valgrind). 2014-05-13 13:47:09 +02:00
wmp wmp: Mark internal symbols with hidden visibility. 2015-04-03 00:33:30 +09:00
wmvcore wmvcore: Added IWMReaderAdvanced* stub implementation. 2015-04-06 22:34:20 +09:00
wnaspi32 wnaspi32: Remove unnecessary DllMain implementation on non-Linux. 2014-05-16 11:34:51 +02:00
wow32 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
wpcap wpcap: Partially implement pcap_parsesrcstr. 2015-09-02 18:36:43 +09:00
ws2_32 ws2_32/tests: Don't test function directly when reporting WSAGetLastError(). 2015-09-25 20:59:33 +02:00
wshom.ocx wshom/tests: Use RegQueryValueEx so that the tests run on Win 2k and XP. 2015-06-10 23:38:19 +09:00
wsnmp32 wsnmp32: Add stub for SnmpOpen. 2014-10-08 17:43:48 +02:00
wsock32 wsock32: Clarify cast operation (PVS-Studio). 2014-10-24 19:58:05 +09:00
wtsapi32 wtsapi32: Add stub for WTSEnableChildSessions. 2015-04-23 15:02:18 +09:00
wuapi wuapi: Fix object constructors to match the changed prototype. 2014-01-13 17:36:48 +01:00
wuaueng makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
x3daudio1_1 x3daudio1_1: Add stub dll. 2015-02-20 16:49:44 +09:00
x3daudio1_2 x3daudio1_2: Add stub dll. 2015-03-02 22:51:07 +09:00
x3daudio1_3 x3daudio1_3: Add stub dll. 2015-02-25 16:18:33 +09:00
x3daudio1_4 x3daudio1_4: Add stub dll. 2015-02-24 23:00:52 +09:00
x3daudio1_5 x3daudio1_5: Add stub dll. 2015-02-24 23:01:17 +09:00
x3daudio1_6 x3daudio1_6: Add stub dll. 2015-02-23 15:54:55 +09:00
x3daudio1_7 x3daudio1_7: Stub X3DAudioCalculate. 2015-09-09 16:15:58 +09:00
xapofx1_1 xapofx1_1: Add version.rc file. 2014-01-09 17:41:52 +01:00
xapofx1_3 xapofx1_3: Add stub dll. 2015-02-20 16:34:47 +09:00
xapofx1_4 xapofx1_4: Add stub dll. 2015-02-19 17:38:36 +09:00
xapofx1_5 xapofx1_5: Add stub dll. 2015-02-18 16:43:27 +09:00
xaudio2_7 xaudio2: Implement IXAudio2SourceVoice::Discontinuity. 2015-10-01 16:30:14 +09:00
xaudio2_8 xaudio2: Add stub for AudioReverb class. 2015-09-09 17:52:14 +09:00
xinput1_1 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
xinput1_2 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
xinput1_3 winebuild: Add DllMain to the list of functions that should be private. 2015-07-15 15:59:46 +09:00
xinput1_4 winebuild: Add DllMain to the list of functions that should be private. 2015-07-15 15:59:46 +09:00
xinput9_1_0 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
xmllite xmllite: Implement CreateXmlWriterOutputWithEncodingCodePage. 2015-08-06 21:42:19 +09:00
xolehlp makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
xpsprint makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
xpssvcs makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00