1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/include
Eric Pouech 60108ea1bc dbghelp: Pretend mach-o is present in case of failure.
On MacOs, starting with Big Sur 11.0.1, the system dynamic
libraries are no longer directly accessible on disk.
They are still available through dlopen and friends. For getting
access to the images (and their debug symbol), Apple provides,
in the developper kit, the tools to extract the files. Note that
this is handled as a database of all system libraries, where ASLR
is in place such that segments of a given library are no longer
contiguous in memory (dbghelp doesn't currently handle this).

Apart from not having image information nor debug information,
another side effect is that dbghelp tries every time it refreshes the
mach-o module list to reload any library for which it didn't have
an image file. This can be lengthy (esp when a typical process has
more than 300 modules loaded).

This patch forces the creation of the dbghelp module even if the
image file isn't found.

This patch cuts startup time of 'winedbg notepad' from 9.9 to 7.4s.
YMMV.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-16 20:56:07 +01:00
..
ddk include: Use NTSYSAPI for all ntdll exports. 2023-11-03 18:05:01 +01:00
msvcrt include: Move __getReg intrinsic to intrin.h. 2023-09-29 17:23:51 +02:00
wine configure: Use hidden visibility also when building Unix libraries. 2023-11-08 10:27:21 +01:00
accctrl.h advapi32/tests: Add more tests for GetSecurityInfo(). 2023-10-16 18:53:48 +02:00
access.idl include: Add DBACCESSORFLAGSENUM/DBBINDSTATUSENUM values. 2020-12-30 20:55:41 +01:00
aclapi.h advapi32: GetNamedSecurityInfo() takes a const name argument. 2023-10-16 18:53:48 +02:00
aclui.h include: Undef INTERFACE right after it is used. 2012-06-11 11:25:39 +02:00
activation.idl include: Add activation.idl with IActivationFactory interface. 2018-01-30 10:02:22 +01:00
activaut.idl include: Added activaut.idl. 2008-03-11 15:35:23 +01:00
activdbg.idl activdbg.idl: Undef GetCurrentThread macro to avoid collision with interface function declaration. 2012-07-26 12:11:43 +02:00
activeds.h include: Add initial activeds.h. 2023-08-16 13:36:15 +02:00
activscp.idl vbscript: Add support for the SCRIPTPROC_ISEXPRESSION flag in ParseProcedureText. 2019-09-17 18:49:55 +02:00
adserr.h include: Add adserr.h. 2020-02-12 16:54:03 +01:00
adshlp.h include: Remove __WINE_MALLOC from functions that shouldn't have it. 2023-01-30 16:49:55 +01:00
advpub.h advpack: Translate flags in LaunchINFSection. 2015-10-09 17:50:44 +09:00
af_irda.h ws2_32: Add af_irda.h. 2009-08-13 17:01:14 +02:00
amaudio.h quartz: Correct IAMDirectSound::GetFocusWindow signature. 2013-07-30 20:55:32 +02:00
amsi.idl amsi: Add stub implementations for a couple of functions. 2019-03-07 19:03:07 +01:00
amstream.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
amva.h include: Add amva.h. 2022-04-14 09:28:31 +02:00
amvideo.idl amvideo.idl: Use proper IDirectDraw forward declaration. 2012-11-19 16:35:13 +01:00
appcompatapi.h include: Add appcompatapi.h. 2012-07-24 13:36:33 +02:00
appmgmt.h includes: Make headers C++ compatible. 2007-09-27 20:12:13 +02:00
appmodel.h kernelbase: Implement AppPolicyGetMediaFoundationCodecLoading. 2021-11-11 21:05:51 +01:00
appnotify.h twinapi.appcore: Add UnregisterAppConstrainedChangeNotification() stub. 2023-06-27 22:17:51 +02:00
asferr.h include: Add asferr.h. 2020-05-20 10:49:43 +02:00
asptlb.idl include: Fix IRequestDictionary IID. 2021-08-10 17:53:55 +02:00
asyncinfo.idl include: Add IAsyncInfo interface in asyncinfo.idl. 2021-03-19 19:55:34 +01:00
asynot.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
asysta.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
atlbase.h atlbase.h: Fix some declarations on win64. 2020-02-04 21:30:26 +01:00
atlcom.h include: Added atlcom.h. 2014-05-07 10:31:40 +02:00
atliface.idl include: Added some ATL function prototypes. 2014-04-22 11:27:24 +02:00
atlthunk.h include: Add atlthunk.h. 2019-02-19 11:16:17 +01:00
atlwin.h atl: Fix the ATL_WNDCLASSINFOW::m_szAutoName member definition and construction. 2020-02-10 14:56:49 +01:00
audevcod.h
audioclient.idl include: Add IAudioAmbisonicsControl interface in audioclient.idl. 2020-12-15 22:09:21 +01:00
audiopolicy.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
audiosessiontypes.h include: Add a few more stream categories. 2020-10-06 21:47:56 +02:00
austream.idl
authz.h authz: Add AuthzFreeResourceManager stub. 2019-05-01 17:40:29 +02:00
aviriff.h include: Add more header guards. 2015-03-24 14:06:19 +09:00
avrt.h avrt: Add AvSetMmMaxThreadCharacteristicsA/W stub. 2020-11-24 22:09:59 +01:00
axcore.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
axextend.idl include: Add IAMCameraControl definition in axextend.idl. 2020-12-21 21:08:03 +01:00
axextendenums.h include: Add some interface definitions for axextend.idl. 2020-05-12 23:07:44 +02:00
basetsd.h include: Stop pretending to support big-endian. 2023-10-10 11:11:26 +02:00
basetyps.h include: Avoid redefinition warnings when basetyps.h is used together with winnt.h or objbase.h. 2020-05-21 10:31:17 +02:00
bcrypt.h include: Add LEGACY_RSA*_BLOB definitions. 2023-08-10 10:01:07 +09:00
bdaiface.idl include: Add bdaiface.idl. 2013-12-02 11:08:18 +01:00
bdaiface_enums.h include: Add bdaiface.idl. 2013-12-02 11:08:18 +01:00
bdatypes.h include: Add bdaiface.idl. 2013-12-02 11:08:18 +01:00
binres.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
bits.idl qmgr: Implement Get/SetNotifyFlags(). 2013-11-27 14:53:02 +01:00
bits1_5.idl include: Add BackgroundCopyManager1_5 library in bits1_5.idl. 2021-10-27 22:40:50 +02:00
bits2_0.idl include: Support all version of BackgroundCopyManager from bits.h. 2017-07-21 15:00:06 +02:00
bits2_5.idl include: Support all version of BackgroundCopyManager from bits.h. 2017-07-21 15:00:06 +02:00
bits3_0.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
bits5_0.idl qmgr/tests: Fix issues with handling of transient errors. 2020-10-27 22:18:09 +01:00
bitsmsg.h include: Added bitsmsg.h header. 2007-12-06 14:48:22 +01:00
bluetoothapis.h include: Fix BluetoothRegisterForAuthentication prototype. 2023-02-22 18:05:55 +01:00
bthsdpdef.h bthprops.cpl: Add BluetoothFindFirstRadio/BluetoothFindRadioClose stubs. 2016-03-17 13:12:17 +09:00
cderr.h
cdosys.idl include: Add cdosys.idl. 2020-02-04 21:30:26 +01:00
cfg.h include: Add cfg.h. 2020-05-27 21:11:10 +02:00
cfgmgr32.h win32u: Set DEVPKEY_Device_RemovalPolicy for GPUs. 2023-04-06 17:02:18 +02:00
cguid.h ole32: Added GlobalOptions object stub implementation. 2017-02-23 13:15:45 +01:00
chprst.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
cierror.h infosoft/tests: Fix the pfnFillTextBuffer() return value. 2021-05-10 20:33:34 +02:00
clusapi.h clusapi: Add stub for GetClusterInformation. 2013-05-24 11:03:58 +02:00
cmdbas.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
cmdpre.idl include: Add ICommandPrepare interface. 2020-11-11 21:14:58 +01:00
cmdprp.idl include: Add ICommandProperties interface. 2020-11-10 17:19:44 +01:00
cmdstrm.idl include: Add ICommandStream interface. 2020-11-10 17:19:44 +01:00
cmdtxt.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
cmdwpr.idl include: Add ICommandWithParameters interface. 2021-06-23 22:25:56 +02:00
cmnquery.idl dsquery: Register CommonQuery coclass. 2017-09-15 19:09:42 +02:00
codecapi.h winegstreamer: Add AVDecVideoAcceleration_H264 attribute for h264 decoder MFT. 2023-10-17 21:48:20 +02:00
colinf.idl include: Add IColumnsInfo interface. 2016-02-12 23:07:30 +09:00
colordlg.h include: Add colordlg.h header file for color dialogs. 2019-11-19 23:15:05 +01:00
colrst.idl include: Add colrst.idl. 2021-03-12 17:28:26 +01:00
combaseapi.h include: Introduce combaseapi.h. 2021-07-29 10:20:24 +02:00
comcat.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
commctrl.h include: Use proper dllimports for comctl32 functions. 2022-12-07 13:51:37 +01:00
commctrl.rh include: Added some of newer Common Controls definitions. 2016-08-22 23:05:22 +09:00
commdlg.h include: Use proper dllimports for comdlg32 functions. 2022-12-07 13:51:37 +01:00
commoncontrols.idl comctl32/imagelist: Implement IImageList::GetItemFlags(). 2020-03-19 13:11:08 +01:00
compobj.h
comsvcs.idl include: Add ISharedPropertyGroupManager interface. 2021-11-25 21:44:22 +01:00
concurrencysal.h include: Import specstrings.h and related headers from Mingw. 2021-10-13 13:39:20 +02:00
config.h.in winewayland.drv: Basic handling of Wayland keyboard events. 2023-11-14 11:39:38 +01:00
consoleapi.h include: Add missing console mode defines. 2020-08-12 22:13:56 +02:00
control.idl include: Correct IDL attributes for control.idl. 2019-03-13 23:40:39 +01:00
cor.idl include: Add missing include directives to cor.idl. 2011-12-20 10:17:11 +01:00
cordebug.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
corerror.h corerror.h: Merge with mingw-w64's extensions. 2014-03-26 19:20:32 +01:00
corhdr.h mscoree: Add missing typedefs. 2011-09-20 16:24:38 +02:00
corsym.idl diasymreader: Stub ISymUnmanagedWriter5. 2022-02-02 10:55:13 +01:00
cpl.h shell32: Fix the *CPLINFO* lData field type. 2011-04-08 13:03:21 +02:00
crtrow.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
cryptdlg.h include: Use proper dllimports for cryptdlg functions. 2023-11-06 12:01:08 +01:00
cryptuiapi.h include: Fix prototype of CryptUIWizDigitalSign. 2013-05-07 11:17:49 +02:00
ctfutb.idl include: Add more interfaces to ctfutb.idl. 2015-05-25 14:34:07 +09:00
ctxtcall.idl include: Add ctxtcall.idl file with IContextCallback interface definition. 2009-01-14 14:16:08 +01:00
custcntl.h Spelling fixes. 2008-04-22 12:20:12 +02:00
cvconst.h dbghelp/pdb: Add new basic type to represent char8_t introduced in C++20. 2021-11-08 21:00:57 +01:00
cvttyp.idl include: Add IConvertType interface. 2020-11-10 17:19:44 +01:00
d2d1.idl include: Fix a typo in D2D1_WINDOW_STATE values. 2019-01-28 10:26:37 +01:00
d2d1_1.idl d2d1_1: Don't redefine D2D1_PROPERTY_BINDING (gcc 4.3). 2023-01-25 10:01:36 +01:00
d2d1_2.idl include: Add newer D2D command sink interface definitions. 2022-08-04 19:00:00 +02:00
d2d1_3.idl include: Add ID2D1DeviceContext4 in d2d1_3.idl. 2023-07-14 20:31:43 +02:00
d2d1effectauthor.idl include: Add defines for D2D1_PROPERTY_BINDING. 2022-05-12 19:37:44 +02:00
d2d1effects.idl include: Add more CLSIDs in d2d1effects.idl. 2023-07-17 23:31:23 +02:00
d2d1effects_1.idl include: Add defines for D2D1YCbCr effect. 2022-04-04 19:52:45 +02:00
d2d1effects_2.idl d2d1/tests: Add tests for D2D1Grayscale effect. 2022-04-05 17:50:57 +02:00
d2dbasetypes.h include: Add include guard in d2dbasetypes.h. 2020-06-05 19:30:42 +02:00
d2derr.h d2d1: Implement d2d_factory_CreateWicBitmapRenderTarget(). 2014-09-15 12:13:50 +02:00
d3d.h ddraw: Avoid LPVOID. 2013-09-11 09:59:04 +02:00
d3d8.h d3d8/tests: Add a test for ProcessVertices() on D3DPOOL_SYSTEMMEM buffers. 2019-01-08 13:07:37 -06:00
d3d8caps.h include: Add a couple of missing d3d8 cap flags. 2018-03-12 17:57:36 +01:00
d3d8types.h d3d8: Redefine D3DVSD_MAKETOKENTYPE to avoid shift overflow (warnings). 2015-10-26 23:03:35 +09:00
d3d9.h d3d9: Fix handling of D3DENUM_WHQL_LEVEL. 2020-12-14 16:21:49 +01:00
d3d9caps.h include: Remove two D3DCAPS2 defines in d3d9 headers. 2020-12-11 21:47:15 +01:00
d3d9types.h include: Add a few missing d3d9 constants. 2019-01-24 19:12:51 +01:00
d3d10.idl include: Add D3D10CalcSubresource(). 2023-03-23 16:44:34 +01:00
d3d10_1.idl d3d10_1: Implement D3D10CreateDeviceAndSwapChain1(). 2016-03-08 11:10:34 +09:00
d3d10_1shader.h d3d10: Avoid LPVOID. 2013-09-18 13:11:27 +02:00
d3d10effect.idl include: Correct ID3D10EffectPool interface uuid. 2023-10-30 13:35:23 +01:00
d3d10misc.h d3d10: Add D3D10_DRIVER_TYPE_WARP. 2014-01-27 17:39:47 +01:00
d3d10sdklayers.idl include/d3d10sdklayers.idl: Add D3D10SwitchToRef interface. 2020-08-26 21:25:39 +02:00
d3d10shader.idl include: Convert d3d10shader.h to an IDL. 2023-10-24 13:20:06 -05:00
d3d11.idl include: Add flags in D3D11_RESOURCE_MISC_FLAG. 2023-06-19 13:17:13 +02:00
d3d11_1.idl include: Add missing d3d11_1.idl enums and interfaces. 2017-09-26 21:24:09 +02:00
d3d11_2.idl include: Add d3d11_2.idl. 2017-09-19 13:27:20 +02:00
d3d11_3.idl include: Add D3D11_FENCE_FLAG_NON_MONITORED name in d3d11_3.idl. 2020-11-26 23:25:24 +01:00
d3d11_4.idl include/d3d11: Fix ID3D11Device5_OpenSharedFence() declaration. 2018-01-09 20:32:17 +01:00
d3d11on12.idl include: Add d3d11on12 header. 2018-09-17 21:19:32 +02:00
d3d11sdklayers.idl include: Add DXGI_DEBUG_D3D11 in d3d11sdklayers.idl. 2023-05-01 18:34:25 +02:00
d3d11shader.h include: Set D3D_COMPILER_VERSION to 47, if not defined. 2020-09-29 22:09:38 +02:00
d3d12.idl include: Update the d3d12 header from vkd3d. 2023-09-28 22:35:41 +02:00
d3d12sdklayers.idl include: Update d3d12sdklayers.idl from vkd3d. 2020-10-09 16:21:33 +02:00
d3d12shader.idl include: Add the D3D12_SHADER_VERSION_TYPE enumeration. 2020-10-02 19:03:31 +02:00
d3d12video.idl include: Add some structures in d3d12video.idl. 2023-09-27 11:17:08 +02:00
d3dcaps.h include: Pack structures to 4-bytes alignment on x86 in D3D headers. 2015-03-11 12:42:49 +09:00
d3dcommon.idl include: Fix the definition of D3D_PRIMITIVE enum members. 2021-12-28 19:02:56 +01:00
d3dcompiler.h d3dcompiler: Add D3D_COMPILE_STANDARD_FILE_INCLUDE support for D3DCompile2(). 2020-08-10 21:27:26 +02:00
d3dhal.h ddraw: Accept the d3d1 and d3d2 versions of D3DFINDDEVICERESULT in ddraw_find_device(). 2018-09-11 16:15:21 +02:00
d3dkmdt.h include: Add d3dkmdt.h. 2020-07-01 15:07:33 +02:00
d3drm.h d3drm: Correct parameter count of several interface defines. 2019-07-31 11:51:24 +02:00
d3drmdef.h d3drmdef.h: Fixed a typo. 2015-03-12 13:53:49 +09:00
d3drmobj.h d3drm: Correct parameter count of several interface defines. 2019-07-31 11:51:24 +02:00
d3drmwin.h d3drm: Avoid LPVOID. 2013-09-09 22:09:58 +02:00
d3dtypes.h include: Fix render state maximum version comments. 2017-04-10 09:51:25 +02:00
d3dukmdt.h include: Add some missing ntgdi declarations. 2021-09-20 22:45:48 +02:00
d3dvec.inl include: Include math.h in d3dvec.inl as it uses sqrt(). 2011-06-03 12:48:11 +02:00
d3dx9.h include: Create header file d3dx9anim.h. 2011-04-20 16:31:02 +02:00
d3dx9anim.h d3dx9: Implement D3DXCreateAnimationController with a stubbed ID3DXAnimationController interface. 2016-01-18 14:08:33 +09:00
d3dx9core.h d3dx9: Merge "main" source files. 2017-12-08 10:16:57 +01:00
d3dx9effect.h d3dx9: Adjust ID3DXEffect interface based on DLL version. 2018-03-14 22:39:13 +01:00
d3dx9math.h d3dx9: Implement D3DXSHProjectCubeMap(). 2022-02-07 20:23:35 +01:00
d3dx9math.inl include: Avoid using CONST in d3dx9math.inl. 2013-09-26 18:15:14 +02:00
d3dx9mesh.h include: Improve include directives in d3dx9* headers. 2016-07-26 10:53:02 +09:00
d3dx9shader.h d3dx9_36: Add D3DXCreateFragmentLinker, D3DXCreateFragmentLinkerEx stubs. 2015-07-31 12:05:14 +02:00
d3dx9shape.h d3dx9_36: Implement D3DXCreatePolygon. 2014-11-11 16:19:44 +09:00
d3dx9tex.h include: Improve include directives in d3dx9* headers. 2016-07-26 10:53:02 +09:00
d3dx9xof.h include: Fix D3DXF_FILELOADMEMORY definition. 2019-03-27 09:24:28 +01:00
d3dx10.h d3dx10: Add D3DX10CreateAsyncTextureInfoProcessor stub. 2022-06-01 20:51:58 +02:00
d3dx10async.h d3dx10: Add D3DX10CreateAsyncTextureProcessor stub. 2022-06-15 21:45:02 +02:00
d3dx10core.h d3dx10core: Don't redefine ID3D10Device1 (gcc 4.3). 2023-01-25 10:01:38 +01:00
d3dx10math.h include: Add d3dx10 vector and matrix types. 2021-08-06 14:33:22 +02:00
d3dx10mesh.h include: Add ID3DX10Mesh definition. 2021-08-19 20:38:51 +02:00
d3dx10tex.h d3dx10: Add stubs for D3DX10CreateTextureFromResource{A, W}. 2021-10-07 22:54:59 +02:00
d3dx11.h include: Add d3dx11 error codes. 2016-11-14 11:07:07 -06:00
d3dx11async.h d3dx11: Implement async data loader interfaces. 2016-11-14 11:07:07 -06:00
d3dx11core.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
d3dx11tex.h d3dx11: Add D3DX11LoadTextureFromTexture stub. 2023-08-10 10:00:20 +09:00
davclnt.h netapi32: Implement DavGetUNCFromHTTPPath. 2016-10-24 11:02:15 +02:00
dbccmd.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
dbcses.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
dbdsad.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
dbgeng.h include: Disallow Win32 va_list in Unix libraries. 2023-07-05 17:03:30 +02:00
dbghelp.h dbghelp: Pretend mach-o is present in case of failure. 2023-11-16 20:56:07 +01:00
dbinit.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
dbprop.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
dbs.idl include: Add DBPROPVAL_MR_* defines. 2023-11-13 21:55:32 +01:00
dbt.h include: Add defines for some more device change event. 2015-12-29 17:17:38 +01:00
dciddi.h
dciman.h
dcommon.idl include: Add missing structures in dcommon.idl. 2020-06-02 22:17:37 +02:00
dcomp.idl include: Add dcomp.idl. 2023-02-20 23:00:33 +01:00
dcompanimation.idl include: Add dcompanimation.idl. 2023-02-20 23:00:33 +01:00
dcomptypes.idl include: Add dcomptypes.idl. 2023-02-20 23:00:33 +01:00
dde.h configure: Use hidden visibility also when building Unix libraries. 2023-11-08 10:27:21 +01:00
dde.rh include: Move the DDE_xxx macros to dde.rh. 2011-11-14 15:25:23 +01:00
ddeml.h configure: Use hidden visibility also when building Unix libraries. 2023-11-08 10:27:21 +01:00
ddraw.h include/ddraw.h: Add missing dwFlags of DD_BLTDATA struct. 2020-09-24 16:39:15 +02:00
ddrawgdi.h ddraw: Avoid VOID. 2013-09-23 20:38:18 +02:00
ddrawi.h ddraw: Avoid LPDDOVERLAYFX. 2012-12-10 11:25:41 +01:00
ddstream.idl include: Make some include guards compatible with MS headers. 2011-02-21 16:25:20 +01:00
delayloadhandler.h ntdll: Call system hook in LdrResolveDelayLoadedAPI when dll hook is missing. 2018-11-12 10:30:07 +01:00
devenum.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
devguid.h include: Add missing device GUIDs and fsfilter GUIDs. 2020-06-24 09:14:55 +02:00
devicetopology.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
devpkey.h include: Add more SetupAPI property keys. 2019-03-18 11:51:12 +01:00
devpropdef.h include: Remove DECLSPEC_HIDDEN from GUID definitions. 2023-11-08 10:10:50 +01:00
dhcpcsdk.h include: Add DHCP option values. 2019-11-19 23:15:05 +01:00
dhtmldid.h include: Add dhtmled.idl and dhtmldid.h. 2017-12-08 18:19:26 +01:00
dhtmled.idl include: Add WIDL attributes to dhtmled.idl. 2018-01-19 16:40:55 +01:00
difxapi.h include: Add more definitions to difxapi.h. 2023-01-31 16:54:52 +01:00
digitalv.h include: Fix packing of digitalv.h. 2015-08-03 10:56:16 +02:00
dimm.idl dimm.idl: Add IActiveIMMMessagePumpOwner. 2015-06-25 13:57:02 +09:00
dinput.h include: Add some dinput.h action semantics definitions. 2023-03-16 17:36:58 +01:00
dinputd.h include: Add IID_IDirectInputPIDDriver definition. 2021-09-29 21:38:13 +02:00
directmanipulation.idl include: Add IDirectManipulationInteractionEventHandler declaration in directmanipulation.idl. 2023-03-21 15:33:45 +01:00
dispdib.h
dispex.idl include: Add IProvideRuntimeContext and a few annotations. 2010-02-25 17:19:43 +01:00
dlgs.h include: Update dlgs.h. 2011-11-14 15:25:27 +01:00
dls1.h include: Allow building against dmusic. 2019-09-30 22:24:27 +02:00
dls2.h dmusic: Fix license headers that mistakenly use GPL instead of LGPL. 2007-05-30 12:54:07 +02:00
dmdls.h include: Avoid duplicate definition of REFERENCE_TIME. 2017-01-16 16:54:49 +01:00
dmerror.h include: Change to ULONG in dmerror.h for Win64 compatibility. 2009-01-10 17:43:11 +01:00
dmksctrl.h include: Add definition of IKsControl interface in dmksctrl.h. 2012-05-03 12:23:09 +02:00
dmo.h
dmodshow.idl include: Add dmodshow.idl and IDMOWrapperFilter. 2020-02-18 11:11:39 +01:00
dmoreg.h include: Make dmoreg.h C++ compatible. 2010-02-15 12:20:03 +01:00
dmort.h
dmplugin.h include: Allow building against dmusic. 2019-09-30 22:24:27 +02:00
dmusbuff.h include: Add missing include directives. 2011-12-16 10:21:00 +01:00
dmusicc.h include: Use IReferenceClock interface from strmif.idl in dmusicc.h. 2023-09-06 22:29:26 +02:00
dmusicf.h dmusicf.h: Move typedef below enum declarations. 2020-05-18 15:07:46 +02:00
dmusici.h include: Allow building against dmusic. 2019-09-30 22:24:27 +02:00
dmusics.h include: Use LONG instead of long in dmusics.h for Win64 compatibility. 2009-01-10 17:43:11 +01:00
docobj.idl docobj.idl: Added some new OLECMDID values. 2014-03-31 15:36:33 +02:00
docobjectservice.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
documenttarget.idl include: Add document target ids. 2021-12-10 14:41:41 +01:00
downloadmgr.idl
dpaddr.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
dpfilter.h include: Fix DPFLTR_MASK value to 0x80000000. 2020-11-20 19:01:04 +01:00
dplay.h include: Add missing DPACCOUNTDESC to dplay.h. 2020-03-16 21:35:08 +01:00
dplay8.h include: Remove CONST from non-pointer parameters. 2013-09-20 12:14:51 +02:00
dplobby.h include: DPL_NOCONFIRMATION is not a long. 2011-11-24 17:11:09 +01:00
dplobby8.h include: Remove CONST from non-pointer parameters. 2013-09-20 12:14:51 +02:00
dpnathlp.h include: Remove CONST from non-pointer parameters. 2013-09-20 12:14:51 +02:00
driverspecs.h include: Import specstrings.h and related headers from Mingw. 2021-10-13 13:39:20 +02:00
drmexternals.idl include: Add missing WMT_RIGHTS enum definition. 2019-03-01 17:48:26 +01:00
dsclient.h include: Add dsclient.h. 2020-04-07 22:24:31 +02:00
dsconf.h
dsgetdc.h netapi32: Implement DsGetDcNameW. 2020-03-11 22:58:16 +01:00
dshow.h include: Allow using windows.h in Wine code. 2012-01-20 15:58:57 +01:00
dsound.h include: Add some type aliases in dsound.h. 2021-08-04 11:38:17 +02:00
dsrole.h include: Add extern "C" directives where needed. 2011-12-14 17:54:45 +01:00
dvdif.idl include: Add dvdif.idl. 2020-04-30 13:10:13 +02:00
dvdmedia.h strmbase: Print colorimetry information in strmbase_dump_media_type(). 2020-10-14 11:02:30 +02:00
dvoice.h include: Add dvoice.h. 2014-04-24 12:01:24 +02:00
dwmapi.h dwmapi: Correct parameter types of DwmGetColorizationColor(). 2022-02-01 20:36:43 +01:00
dwrite.idl dwrite.idl: Use DEFINE_ENUM_FLAG_OPERATORS for enums that need it. 2020-09-07 21:07:00 +02:00
dwrite_1.idl include/dwrite_1.idl: Fix typo in DWRITE_PANOSE_STROKE_VARIATION symbol name. 2020-05-14 20:59:36 +02:00
dwrite_2.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
dwrite_3.idl include: Add recent DirectWrite API changes. 2023-01-24 18:22:05 +01:00
dxcore.h include: Add dxcore.h file. 2023-08-28 21:56:25 +02:00
dxcore_interface.h include: Add dxcore_interface.h file. 2023-08-28 21:56:25 +02:00
dxdiag.h include: Use WINE_NO_UNICODE_MACROS instead of __WINESRC__ where appropriate. 2008-05-30 10:02:42 +02:00
dxerr8.h include: Make some more "long" numeric constants LP64/LLP64 proof. 2011-11-22 11:10:02 +01:00
dxerr9.h include: Make some more "long" numeric constants LP64/LLP64 proof. 2011-11-22 11:10:02 +01:00
dxfile.h include: Make some more "long" numeric constants LP64/LLP64 proof. 2011-11-22 11:10:02 +01:00
dxgi.idl include/dxgi.idl: Add missing DXGI_DISPLAY_COLOR_SPACE structure. 2020-08-20 21:20:04 +02:00
dxgi1_2.idl dxgi: Fix order of functions in IDXGIFactory2 interface. 2020-08-20 21:20:22 +02:00
dxgi1_3.idl dxgi: Implement CreateDXGIFactory2(). 2018-01-19 19:45:18 +01:00
dxgi1_4.idl include: Add dxgi1_4.idl. 2017-09-22 08:30:09 +02:00
dxgi1_5.idl include/dxgi1_5.idl: Add missing values in DXGI_HDR_METADATA_TYPE enum. 2020-08-20 21:20:33 +02:00
dxgi1_6.idl include/dxgi1_6.idl: Add missing values in DXGI_ADAPTER_FLAG3 enum. 2020-08-20 21:20:38 +02:00
dxgicommon.idl include: Add some DXGI_COLOR_SPACE_TYPE enumeration values. 2023-02-02 11:00:16 +01:00
dxgidebug.idl include: Add IDXGIDebug1 declaration in dxgidebug.idl. 2022-06-22 22:35:24 +02:00
dxgiformat.idl include: Convert dxgiformat.h to IDL. 2017-09-22 08:29:26 +02:00
dxgitype.idl include: Add dxgicommon.idl. 2017-09-22 08:29:59 +02:00
dxva.h include: Add AV1 support to dxva.h. 2021-07-05 23:05:37 +02:00
dxva2api.idl include: Fix IDirectXVideoDecoderService declaration in dxva2api.idl. 2023-04-10 21:54:17 +02:00
dyngraph.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
endpointvolume.idl include: Remove stray linefeeds. 2012-11-20 11:45:09 +01:00
errorrep.h include: Add errorrep.h header. 2007-09-11 12:34:07 +02:00
errors.h quartz: Make errors.h more complete and better match the PSDK types. 2007-09-10 12:13:00 +02:00
errrec.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
evcode.h evcode.h: Added some missing defines. 2013-08-19 19:04:50 +02:00
eventtoken.idl include: Add EventRegistrationToken struct in eventtoken.idl. 2021-03-17 15:36:59 +01:00
evntprov.h include: Use proper dllimports for eventlog functions. 2023-11-06 12:01:22 +01:00
evntrace.h include: Use proper dllimports for eventlog functions. 2023-11-06 12:01:22 +01:00
evr.idl evr/presenter: Initialize aspect ratio mode. 2020-10-07 11:24:21 +02:00
evr9.idl include: Add MFVideoAlphaBitmapFlags in evr9.idl. 2021-10-25 18:54:30 +02:00
excpt.h include: Add defines for GetExceptionCode, GetExceptionInformation and AbnormalTermination to excpt.h for the MS compiler when using compiler exceptions. 2008-03-06 17:43:22 +01:00
exdisp.idl include: Update BrowserNavConstants enum for Win10. 2017-09-22 08:31:30 +02:00
exdispid.h exdisp.idl: Added new DWebBrowserEvents2 members declarations. 2015-12-02 12:58:35 +09:00
exposeenums2managed.h include: Add some interface definitions for axextend.idl. 2020-05-12 23:07:44 +02:00
fci.h include: Fix alignment of cabinet structures on 64-bit. 2012-07-23 12:48:58 +02:00
fdi.h include: Add __WINE_ALLOC_SIZE to the definition of FNALLOC. 2023-08-16 08:51:58 +02:00
featurestagingapi.h include: Add featurestagingapi.h. 2021-11-25 22:01:09 +01:00
fileapi.h kernel32: Add partial CreateFile2 implementation. 2013-09-10 11:06:31 +02:00
filter.idl include: Add filter.idl. 2019-07-31 10:00:58 +02:00
fltdefs.h include: Added fltdefs.h from mingw-w64 project. 2011-06-07 18:10:56 +02:00
fontsub.h include: Annotate CFP_(RE)ALLOCPROC with __WINE_ALLOC_SIZE. 2023-08-14 17:10:01 +02:00
fusion.idl fusion: Add support for ASM_CACHE_ROOT_EX in GetCachePath. 2012-05-21 11:47:14 +02:00
gameux.idl include: Disable widl-specific coclass attributes when not building with widl. 2010-12-10 15:09:24 +01:00
gamingtcui.h gamingtcui: Add stub for ShowProfileCardUI(). 2021-05-05 21:52:23 +02:00
gdiplus.h include: Add gdipluseffects.h. 2015-10-11 13:44:36 +09:00
gdipluscolor.h gdiplus: Add a stub for GdipSetImageAttributesRemapTable. 2008-04-11 11:14:53 +02:00
gdipluscolormatrix.h resend patch 1/2: Gdiplus: Implement GdipBitmapGetHistogramSize. 2016-11-03 11:42:50 +01:00
gdipluseffects.h include: Add gdipluseffects.h. 2015-10-11 13:44:36 +09:00
gdiplusenums.h gdiplusenums.h: Remove PaletteFlags. 2020-05-18 15:07:51 +02:00
gdiplusflat.h gdiplus/tests: Add tests related to setting the page tranform. 2023-10-26 16:03:30 -05:00
gdiplusgpstubs.h gdiplus: Define GpHatchStyle. 2017-09-18 18:44:34 +02:00
gdiplusimaging.h include: Add enums and GUID required for GdipSaveAdd(). 2020-02-19 20:01:10 +01:00
gdiplusinit.h gdiplus: Fixed GdiplusStartupOutput definition. 2007-08-06 12:21:52 +02:00
gdiplusmem.h include: Annotate GdipAlloc with __WINE_(DEALLOC|MALLOC). 2022-12-07 23:20:23 +01:00
gdiplusmetaheader.h gdiplus: Added GdipGetMetafileHeaderFromMetafile stub. 2007-08-01 11:59:18 +02:00
gdipluspixelformats.h gdiplus: Added GdipBitmapConvertFormat stub. 2015-10-28 00:58:13 +09:00
gdiplustypes.h gdiplus: Added GdipImageSetAbort stub. 2015-06-09 18:05:48 +09:00
getdts.idl include: Add interface IGetDataSource. 2020-11-09 20:15:11 +01:00
guiddef.h include: Remove DECLSPEC_HIDDEN from GUID definitions. 2023-11-08 10:10:50 +01:00
hidusage.h include: Define some HID simulation device usages. 2022-03-03 21:31:55 +01:00
highlevelmonitorconfigurationapi.h include: Add highlevelmonitorconfigurationapi.h. 2014-04-04 16:57:09 +02:00
hlguids.h hlink: Implement IExtensionServices. 2008-04-29 14:53:26 +02:00
hlink.idl hlink: Implement HlinkUpdateStackItem(). 2013-03-26 12:10:16 +01:00
hrtfapoapi.idl include: Add hrtfapoapi.idl file. 2023-05-02 22:21:26 +02:00
hstring.idl include: Add hstring.idl and winstring.h. 2014-12-10 13:39:08 +01:00
htiface.idl include: Fix ITargetFrame definition. 2016-03-30 21:37:46 +09:00
htiframe.idl include: Move the ITargetFramePriv* interfaces to htiface.idl. 2011-12-28 17:47:45 +01:00
htmlhelp.h widl: Make headers guards compatible with midl. 2012-03-08 19:22:45 +01:00
http.h include: Use proper dllimports for httpapi functions. 2023-11-06 12:01:33 +01:00
httprequest.idl include/httprequest.idl: Use widl-specific attributes only with widl. 2012-06-21 18:59:51 +02:00
httprequestid.h include: Add httprequestid.h and httprequest.idl. 2011-07-08 17:34:47 +02:00
i_cryptasn1tls.h crypt32: Fix the I_Crypt*Asn1*() prototypes. Add the i_cryptasn1tls.h header and use it. 2007-09-12 11:33:10 +02:00
iads.idl activeds/tests: Add some IADsPathname tests. 2020-04-10 12:42:59 +02:00
icftypes.idl include/icftypes.idl: Add more typedefs. 2016-07-26 20:37:05 +09:00
icm.h mscms: Add stub for WcsGetDefaultRenderingIntent. 2020-02-02 16:23:37 +01:00
icmpapi.h include/icmpapi: Add missing function declarations. 2020-12-03 20:18:38 +01:00
icodecapi.idl include: Remove duplicate ICodecAPI::GetParameterValues function. 2022-06-15 22:21:34 +02:00
idispids.h
ieautomation.idl ieproxy: Case fixes. 2017-09-08 16:22:49 +02:00
iextag.idl iextag.idl: Added ClientCaps coclass declaration. 2011-06-03 12:37:12 +02:00
ifdef.h include: Include ipifcons.h from ifdef.h. 2011-12-13 18:59:05 +01:00
ifmib.h include: Update the nldef.h and *mib.h headers. 2011-12-15 10:49:17 +01:00
iimgctx.idl include: Added IImgCtx definition. 2015-08-17 14:46:00 +09:00
imagehlp.h include: Use proper dllimports for dbghelp functions. 2023-11-03 18:05:01 +01:00
ime.h include: Add ime.h based on mingw-w64. 2016-11-01 20:32:56 +01:00
imm.h imm32: Add stub for ImmDisableLegacyIME. 2018-02-14 20:37:55 +01:00
immdev.h include: Add INPUTCONTEXT fdwInit flags definitions. 2023-04-13 16:18:37 +02:00
imnact.idl include: Add imnact.idl and imnxport.idl. 2007-11-05 12:04:58 +01:00
imnxport.idl include: Use widl to take care of nameless structs and unions. 2012-05-14 12:04:17 +02:00
in6addr.h include: in6addr.h does not depend on winsock's u_xxx types. 2011-12-09 21:15:32 +01:00
inaddr.h include: Eliminate redundancy between winsock.h and inaddr.h. 2011-12-09 21:15:33 +01:00
indexsrv.idl include: indexsrv.idl should import oaidl, not objidl. 2011-12-21 15:08:17 +01:00
initguid.h
inputscope.idl inputscope.idl: Imported from mingw-w64. 2013-08-15 16:15:27 +02:00
inseng.idl inseng.idl: Added more declarations. 2015-04-22 23:26:46 +09:00
inspectable.idl include: Added inspectable.idl file. 2015-07-28 13:41:45 +02:00
interactioncontext.h input: Fix the spelling of a parameter name in a function prototype. 2019-11-28 20:45:46 +01:00
intshcut.h include: Use proper dllimports for url functions. 2023-11-06 12:01:45 +01:00
ioringapi.h include: Add initial ioring definitions. 2023-07-11 20:23:08 +02:00
ip2string.h include: Use NTSYSAPI for all ntdll exports. 2023-11-03 18:05:01 +01:00
ipexport.h include: Add the missing inaddr.h and in6addr.h include directives. 2011-12-09 21:15:33 +01:00
iphlpapi.h include: Use proper dllimports for iphlpapi functions. 2023-11-03 18:05:01 +01:00
ipifcons.h include: Add definition of MIB_IF_ROW2. 2015-07-22 16:42:46 +02:00
ipmib.h iphlpapi: Set MIB_IPADDR_PRIMARY as wType for GetIpAddrTable entries. 2015-05-14 14:24:44 +09:00
iprtrmib.h iphlpapi: Implement GetExtendedUdpTable. 2012-09-07 16:40:31 +02:00
iptypes.h iphlpapi: Fix the GAA_FLAG_INCLUDE_GATEWAYS constant name. 2023-04-10 14:18:00 +02:00
isguids.h include: Added isguids.h. 2007-11-19 13:06:14 +01:00
ivectorchangedeventargs.idl include: Add Windows.Foundation.Collections.IVectorChangedEventArgs definition. 2023-01-25 18:31:03 +01:00
kbd.h include: Add VK_TO_WCHARS constants definitions to kbd.h. 2023-02-07 17:58:52 +01:00
knownfolders.h include: Remove DECLSPEC_HIDDEN from GUID definitions. 2023-11-08 10:10:50 +01:00
ks.h include: Add some definitions to ks.h. 2009-12-07 14:26:09 +01:00
ksguid.h
ksmedia.h mfplat/tests: Add some tests for legacy media type conersion functions. 2022-08-27 16:53:09 +02:00
ksuuids.h include: Add some more media type uuids. 2014-05-12 12:23:23 +02:00
libloaderapi.h kernel32: Implement FindStringOrdinal. 2018-10-30 10:53:50 +01:00
lm.h netapi32: Add fixmes for the headers that are still missing and thus cannot be included in lm.h. 2007-08-06 13:56:48 +02:00
lmaccess.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
lmapibuf.h
lmat.h schedsvc/tests: Add ATSvc RPC API tests. 2018-04-09 19:53:33 +02:00
lmbrowsr.h
lmcons.h svrapi: Added a stub svrapi.dll. 2006-09-08 14:48:04 +02:00
lmerr.h netapi32: Add missing #include directives to the netapi32 headers. 2007-08-03 12:43:57 +02:00
lmjoin.h
lmmsg.h
lmserver.h include/lmserver.h: Add missing SV_TYPE_* defines. 2017-03-27 16:54:54 +02:00
lmshare.h include: Add some missing defines. 2023-08-16 09:07:36 +02:00
lmstats.h
lmuse.h netapi32: Add some lmuse.h constants. 2011-08-01 18:26:26 +02:00
lmuseflg.h netapi32: Add lmuseflg.h and include it from lmuse.h. 2007-08-06 13:57:27 +02:00
lmwksta.h include: Add missing include directives. 2011-12-16 10:21:00 +01:00
loadperf.h include: Remove unneeded semicolons and fix a typo. 2014-03-03 17:02:36 +01:00
lowlevelmonitorconfigurationapi.h include: Add lowlevelmonitorconfigurationapi.h. 2014-04-04 16:56:10 +02:00
lzexpand.h include: Use proper dllimports for lz32 functions. 2022-12-07 13:51:37 +01:00
Makefile.in include: Convert d3d10effect.h to an IDL. 2023-10-24 13:20:07 -05:00
mapi.h mapi32: Convert sendmail_extended_mapi to Unicode. 2012-04-25 17:18:39 +02:00
mapicode.h include: Make "long" numeric constants LP64/LLP64 proof (mapi*.h). 2011-11-22 11:10:01 +01:00
mapidefs.h include: Stop pretending to support big-endian. 2023-10-10 11:11:26 +02:00
mapiform.h mapi32: Add a skeleton mapiform.h header with a proper prototype for MAPIOpenLocalFormContainer(). 2007-08-06 12:29:37 +02:00
mapiguid.h
mapitags.h Assorted spelling fixes. 2011-08-24 19:07:46 +02:00
mapiutil.h
mapival.h include: Move some included files outside of extern "C". 2010-09-07 13:37:41 +02:00
mapix.h include: Add some missing MAPI defines. 2017-01-27 16:31:43 +01:00
mciavi.h include: Make some more "long" numeric constants LP64/LLP64 proof. 2011-11-22 11:10:02 +01:00
mcx.h include: Fix the name of a MODEMSETTINGS field. 2006-09-08 11:02:49 +02:00
mediaerr.h
mediaobj.idl include: Do not import strmif.idl in mediaobj.idl. 2023-09-13 20:24:17 +02:00
medparam.idl include: Add IMediaParams definitions. 2022-08-10 11:35:29 +02:00
memoryapi.h kernelbase: Implement DiscardVirtualMemory(). 2023-03-08 17:49:00 +01:00
metahost.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
mfapi.h include: Do not import strmif.idl in mediaobj.idl. 2023-09-13 20:24:17 +02:00
mfd3d12.idl include: Add mfd3d12.idl. 2021-11-22 22:20:50 +01:00
mferror.h include: Add more Media Foundation error codes. 2020-12-21 21:07:56 +01:00
mfidl.idl mf: Implement MFCreateSequencerSegmentOffset(). 2023-08-17 23:26:13 +02:00
mfmediaengine.idl mfmediaengine: Keep engine extension pointer. 2023-10-16 11:15:08 +02:00
mfobjects.idl include: Add MF_BYTESTREAM_EFFECTIVE_URL GUID declaration. 2023-08-23 17:38:51 +02:00
mfplay.idl include: Add MFP_POSITIONTYPE_100NS symbol. 2021-06-21 23:13:57 +02:00
mfreadwrite.idl include: Add DEFINE_ENUM_FLAG_OPERATORS macro in mfreadwrite.idl. 2020-12-18 15:21:37 +01:00
mftransform.idl mfplat: Add some more attributes for tracing. 2021-08-02 11:28:20 +02:00
midles.h rpcrt4: Implement MesBufferHandleReset(). 2015-03-04 21:50:37 +09:00
mimeinfo.idl
mimeole.idl include: Use proper dllimports for mimeole functions. 2023-11-06 12:01:56 +01:00
minidumpapiset.h winedump: Add support for dumping UnloadedModuleListStream. 2022-05-19 18:28:25 +02:00
minmax.h
minschannel.h include: Move SECPKG_ATTR defines to a new header and add missing definitions. 2022-06-21 18:53:18 +02:00
mlang.idl include: Remove confusing comment. 2020-10-28 21:48:45 +01:00
mmc.idl mmcndmgr: Register MMCVersionInfo Interface. 2011-12-30 17:12:47 +01:00
mmddk.h winealsa.drv: Allocate the MIDI device array dynamically. 2023-11-09 23:00:39 +01:00
mmdeviceapi.idl mmdevapi: Implement ActivateAudioInterfaceAsync. 2020-10-06 21:47:56 +02:00
mmreg.h include: Add IMpegAudioDecoder definition. 2022-05-11 19:33:23 +02:00
mmstream.idl
mmsystem.h dsound: Dynamically allocate the global device GUID arrays. 2023-11-09 14:38:32 +01:00
mpegtype.idl include: Add IMpegAudioDecoder definition. 2022-05-11 19:33:23 +02:00
mprapi.h include: Add a missing wincrypt.h include directive to mprapi.h. 2011-12-13 18:59:03 +01:00
mprerror.h include: Add mprerror.h from mingw w64. 2010-10-05 12:11:57 +02:00
msacm.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
msacmdlg.h
msacmdrv.h msacm32/tests: Beginnings of a custom driver test. 2016-11-29 12:20:21 +01:00
msado15_backcompat.idl msado15: Fix some LONG/LONG_PTR mismatches. 2022-02-04 22:44:49 +01:00
msasn1.h include: Add some missing defines. 2023-08-16 09:07:36 +02:00
mscat.h wintrust: Stub CryptCATPutCatAttrInfo(). 2020-10-19 10:58:47 +02:00
mscoree.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
msctf.idl include: Add IEnumTfPropertyValue definition in msctf.idl. 2023-09-13 11:11:54 +02:00
msdadc.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
msdaguid.h oledb32: Stub for IRowPosition. 2013-08-01 12:11:05 +02:00
msdasc.idl oledb32: Fixed IDataInitialize definition. 2017-01-30 21:38:48 +01:00
msdasql.h include: Add msdasql.h. 2020-03-17 10:38:46 +01:00
mshtmcid.h
mshtmdid.h include/mshtml: Add the other IHTMLEventObj* interfaces. 2023-02-01 22:29:39 +01:00
mshtmhst.idl include/mshtmhst: Add CGID_ScriptSite and CMDIDs for it. 2022-11-30 20:48:20 +01:00
mshtml.idl include/mshtml: Add the other IHTMLEventObj* interfaces. 2023-02-01 22:29:39 +01:00
msi.h include: Fix size of MsiEnumClientsEx[AW]'s array argument (GCC). 2021-08-03 23:41:05 +02:00
msidefs.h msi: Use special error control flag in CreateService. 2016-06-07 16:46:19 +09:00
msident.idl include: Added msident.idl. 2012-03-08 18:00:38 +01:00
msinkaut.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
msiquery.h include: Add MSITRANSFORM_ERROR enum definition. 2020-06-26 20:57:28 +02:00
msopc.idl include: Add IOpcFactory and related definitions. 2018-08-30 19:55:24 +02:00
mssip.h include: Add a couple more SIP indirect data flags. 2020-09-09 20:30:31 +02:00
msstkppg.h include: Add msstkppg.h. 2017-03-10 23:21:23 +01:00
mstask.idl schedsvc: Add support for reading .job files. 2018-04-17 20:56:47 +02:00
mstcpip.h include: Fix typo in IN4ADDR_LOOPBACK_INIT. 2022-11-18 17:33:49 +01:00
mswsock.h ws2_32: Implement SIO_BASE_HANDLE. 2021-06-10 20:50:54 +02:00
msxml.idl include: Set version to 1.0 for msxml classes. 2010-12-22 15:51:45 +01:00
msxml2.idl include: Fix c++ compiler error with msxml2.idl. 2023-03-27 11:03:27 +02:00
msxml2did.h include: Add a couple of missing interfaces in msxml2.idl. 2010-12-21 12:17:31 +01:00
msxml6.idl include: Add _XHR enum values. 2023-01-25 10:16:31 +01:00
msxml6did.h include: Move IXMLDOMDocument3 definition to msxml2.idl. 2010-11-10 12:07:59 +01:00
msxmldid.h
mtxdm.h mtxdm: Implement GetDispenserManager. 2017-04-13 19:10:38 +02:00
mulres.idl include: Add mulres.idl. 2021-02-04 21:25:32 +01:00
multimon.h include: Add multimon.h. 2017-09-07 18:24:12 +02:00
namespaceapi.h include: Add namespaceapi.h file. 2021-12-07 16:19:48 +01:00
natupnp.idl include: Add natupnp.idl. 2018-10-16 13:53:12 +02:00
nb30.h
ncrypt.h ncrypt: Implement NCryptSignHash(). 2022-12-06 17:04:50 +01:00
ndrtypes.h ndrtypes.h: Add more constants. 2018-06-13 09:53:05 +02:00
netcfgx.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
netcon.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
netevent.h advapi32/tests: Add ReadEventLogW tests for EventLogStarted. 2023-10-05 18:49:44 +02:00
netfw.idl include/netfw: Add INetFwRule2 and INetFwRule3 interfaces. 2019-11-04 22:43:01 +01:00
netioapi.h include: Use proper dllimports for iphlpapi functions. 2023-11-03 18:05:01 +01:00
netiodef.h include: Remove DECLSPEC_HIDDEN from GUID definitions. 2023-11-08 10:10:50 +01:00
netlistmgr.idl include: Add INetworkEvents and some enums to netlistmgr.idl. 2020-10-26 20:27:32 +01:00
newdev.h include: Add newdev.h. 2019-05-29 11:45:37 +02:00
nldef.h iphlpapi: Add GetIpNetTable2 stub. 2018-09-26 19:34:20 +02:00
npapi.h include: Add extern "C" directives where needed. 2011-12-14 17:54:45 +01:00
nserror.h wmvcore: Add WMCheckURLScheme stub. 2017-06-20 21:48:43 +02:00
nspapi.h wsock32: Fix the spelling of the XP_BANDWIDTH_ALLOCATION constant. 2012-05-15 16:26:40 +02:00
ntddcdrm.h
ntddkbd.h include: Add GUID_DEVINTERFACE_KEYBOARD to ntddkbd.h. 2021-04-23 20:02:06 +02:00
ntddmou.h include: Add ntddmou.h. 2019-07-04 21:14:53 +02:00
ntddndis.h include: Add more OID defines. 2016-01-27 13:57:54 +09:00
ntddscsi.h include: Add ATA ioctls. 2011-06-08 14:12:41 +02:00
ntddstor.h ntdll: Fix the spelling of StoragePortClassGuid. 2019-08-27 11:40:54 +02:00
ntddvdeo.h winex11.drv: Register GUID_DISPLAY_DEVICE_ARRIVAL interface for GPUs. 2021-09-16 22:22:44 +02:00
ntdef.h include: Add RTL_CONSTANT_STRING. 2023-01-24 18:21:34 +01:00
ntdsapi.h ntdsapi: Add DsCrackNamesA/W stubs. 2018-04-17 17:03:13 +02:00
ntgdi.h configure: Use hidden visibility also when building Unix libraries. 2023-11-08 10:27:21 +01:00
ntioring_x.h include: Add initial ioring definitions. 2023-07-11 20:23:08 +02:00
ntlsa.h advapi32: Add stub for LsaEnumerateAccounts. 2021-05-11 22:15:05 +02:00
ntquery.h include: Added stgprop.h. 2017-09-25 22:21:42 +02:00
ntsecapi.h include: Add standalone LSA_OBJECT_ATTRIBUTES prototype if ntdef.h is not included. 2023-08-16 13:36:15 +02:00
ntsecpkg.h include: Use compatible file guard name (_NTSECAPI_, _NTSECPKG_). 2023-08-16 09:07:39 +02:00
ntstatus.h include: Add some missing defines. 2023-08-16 09:07:36 +02:00
ntuser.h configure: Use hidden visibility also when building Unix libraries. 2023-11-08 10:27:21 +01:00
oaidl.idl include: Don't force named VARIANT members when __STDC__ is defined. 2023-07-06 20:54:30 +02:00
objbase.h include: Remove DECLSPEC_HIDDEN from standard Dll* functions. 2023-11-08 10:08:39 +01:00
objectarray.idl include: Added objectarray.idl. 2011-07-01 17:30:31 +02:00
objidl.idl ole32: Add CreateObjrefMoniker() stub implementation.. 2021-11-26 11:58:19 +01:00
objidlbase.idl combase: Return initial values for global options. 2021-04-01 18:18:59 +02:00
objsafe.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
objsel.h include: Add more DSOP defines. 2018-07-12 12:57:53 +02:00
ocidl.idl include: Add a define for SID_SOleUndoManager. 2007-08-23 20:18:32 +02:00
ocmm.idl include: ocmm.idl should import oleidl.idl. 2012-01-06 19:24:13 +01:00
odbcinst.h odbccp32: Implement SQLGetPrivateProfileStringW/SQLGetPrivateProfileString. 2015-11-11 22:08:36 +09:00
ole2.h include: Use proper dllimports for OLE functions. 2022-12-07 13:51:37 +01:00
ole2ver.h
oleacc.idl include: Stop building tlb files in the include directory. 2021-11-12 22:42:51 +01:00
oleauto.h include: Don't force named VARIANT members when __STDC__ is defined. 2023-07-06 20:54:30 +02:00
olectl.h include: Use proper dllimports for olectl functions. 2023-11-07 11:11:41 +01:00
oledb.idl include: Add trnobj.idl. 2022-01-24 21:44:51 +01:00
oledberr.h include: Add more DB_* defines. 2021-10-31 17:11:43 +01:00
oledlg.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
oleidl.idl include: Add IDropSourceNotify. 2016-01-27 23:35:32 +09:00
opcbase.idl opcservices: Enforce unique relationship id. 2018-09-20 12:34:50 +02:00
opcobjectmodel.idl opcservices: Add IOpcPart stub. 2018-09-03 15:52:44 +02:00
opcparturi.idl include: Add IOpcFactory and related definitions. 2018-08-30 19:55:24 +02:00
opnrst.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
optary.idl
patchapi.h mspatcha: Add functions to API header file. 2019-05-09 08:14:47 -05:00
pathcch.h include: Use proper dllimports for pathcch functions. 2023-11-06 12:02:19 +01:00
pdh.h pdh: Add PdhBindInputDataSourceA/W stubs. 2015-12-30 08:16:56 +01:00
pdhmsg.h pdh: Add more Pdh macros and prototypes to the headers. 2011-09-16 17:23:10 +02:00
perflib.h include: Annotate PERF_MEM_ALLOC with __WINE_ALLOC_SIZE. 2023-08-14 17:10:01 +02:00
perhist.idl mshtml: Add idl for IPersistHistory interface. 2009-02-26 15:13:25 +01:00
physicalmonitorenumerationapi.h include: Add physicalmonitorenumerationapi.h. 2014-04-04 16:55:48 +02:00
pktdef.h
poppack.h
powrprof.h powrprof: Add PowerSettingUnregisterNotification stub. 2022-03-01 22:41:15 +01:00
prntvpt.h prntvpt: Add initial implementation of PTGetPrintCapabilities. 2020-06-17 11:41:17 +02:00
processthreadsapi.h include: Add THREAD_POWER_THROTTLING_STATE type. 2022-05-25 18:25:43 +02:00
profinfo.h
proofofpossessioncookieinfo.idl include: Add proofofpossessioncookieinfo.idl file. 2021-06-28 19:43:28 +02:00
propidl.idl include: Add I1 vector definitions for PROPVARIANT. 2019-12-18 18:07:10 +01:00
propkey.h include: Add more PROPERTYKEY declarations in propkey.h. 2021-05-14 21:03:09 +02:00
propkeydef.h include: Remove DECLSPEC_HIDDEN from GUID definitions. 2023-11-08 10:10:50 +01:00
propsys.idl include: Use proper dllimports for propsys functions. 2023-11-06 12:02:35 +01:00
propvarutil.h include: Use proper dllimports for propsys functions. 2023-11-06 12:02:35 +01:00
prsht.h include: Use proper dllimports for comctl32 functions. 2022-12-07 13:51:37 +01:00
psapi.h include: Add manifest constants for EnumProcessModulesEx. 2023-02-13 17:08:46 +01:00
pshpack1.h
pshpack2.h
pshpack4.h
pshpack8.h
pstore.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
qedit.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
qos2.h include: Add missing includes, functions to qos2.h. 2019-04-15 12:50:25 +02:00
ras.h include: Add RASCREDENTIALSA/W structures. 2021-08-04 11:36:07 +02:00
rasdlg.h include: Add more header guards. 2015-03-24 14:06:19 +09:00
raserror.h include: Update error codes in raserror.h. 2019-11-21 19:01:10 +01:00
realtimeapiset.h include: Add realtimeapiset.h file. 2023-02-07 17:46:42 +01:00
reason.h include: Add more minor shutdown reasons. 2011-01-03 12:14:26 +01:00
regstr.h include: Add CONFIGFLAG_* definitions. 2022-12-13 12:44:51 +01:00
relogger.idl include: Add relogger.idl file. 2021-02-09 21:19:29 +01:00
restartmanager.h rstrtmgr: Add RM_FILTER_ACTION definition. 2019-10-28 18:34:21 +01:00
restrictederrorinfo.idl include: Add restrictederrorinfo.idl. 2019-10-22 23:04:27 +02:00
richedit.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
richole.idl
rmxfguid.h dxguid: Add the rmxfguid.h header and export the GUIDs. 2007-01-09 12:22:17 +01:00
rmxftmpl.x makefiles: Generate rules for installing X template files. 2015-11-02 23:02:22 +09:00
roapi.h combase/tests: Link directly to combase. 2021-04-15 17:41:40 +02:00
roerrorapi.h combase: Add RoSetErrorReportingFlags() stub. 2022-03-02 20:17:25 +01:00
rometadataresolution.h wintypes: Declare exported functions in rometadataresolution.h. 2023-04-03 16:52:01 +02:00
roparameterizediid.idl include: Add roparameterizediid.idl. 2017-11-17 19:53:48 +01:00
row.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
rowchg.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
rowpos.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
rowpsc.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
rpc.h configure: Use hidden visibility also when building Unix libraries. 2023-11-08 10:27:21 +01:00
rpcasync.h include: Include windef.h and packing directives in rpcasync.h when needed. 2011-12-16 10:21:14 +01:00
rpcdce.h include: Import specstrings.h and related headers from Mingw. 2021-10-13 13:39:20 +02:00
rpcdcep.h include: Annotate I_RpcAllocate with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC). 2022-11-30 10:54:31 +01:00
rpcndr.h include: Remove DECLSPEC_HIDDEN from GUID definitions. 2023-11-08 10:10:50 +01:00
rpcnterr.h
rpcproxy.h include: Remove DECLSPEC_HIDDEN from GUID definitions. 2023-11-08 10:10:50 +01:00
rpcsal.h rpcsal.h: Added __RPC__range and __RPC__in_range defines. 2016-11-04 16:01:16 +01:00
rstbas.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
rstchg.idl include: Add IRowsetChange interface. 2020-11-11 21:14:58 +01:00
rstinf.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
rstloc.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
rstnot.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
rstupd.idl include: Add IRowsetUpdate interface. 2020-11-11 21:14:58 +01:00
rtutils.h rtutils: Add stub TraceRegisterExW and TraceRegisterExA. 2009-06-29 14:51:18 +02:00
rtworkq.idl include: Rename class parameters to mmcss_class. 2021-02-03 21:01:01 +01:00
sal.h include: Add more dummy msvc SAL macros. 2021-11-08 20:40:09 +01:00
sapi.idl sapi: Add GUIDs SPDFID_Text/WaveFormatEx. 2023-06-09 10:34:43 +02:00
sapiaut.idl include: Avoid C++ keyword. 2021-09-17 22:07:41 +02:00
sapiddk.idl include: Fix ISpTTSEngineSite::GetActions return type. 2023-07-20 11:30:15 +02:00
scarderr.h winscard: Adding the missing SCARD_E_XXX and SCARD_W_XXX error codes. 2007-05-15 15:53:56 +02:00
schannel.h secur32: Add support for sending TLS alerts. 2023-06-22 15:34:07 +02:00
schemadef.h
schnlsp.h
sddl.h include: Use proper dllimports for advapi32 functions. 2022-12-07 13:51:37 +01:00
sdkddkver.h include: Add sdkddkver.h. 2022-11-07 21:13:31 +01:00
secext.h include: Update EXTENDED_NAME_FORMAT enumeration. 2012-10-11 20:23:26 +02:00
security.h secur32: Only include secext.h when asked to. 2006-09-29 17:52:40 +02:00
sensapi.h
sensevts.idl sensapi: Define the SensEvents library in sensevts.idl. 2011-12-28 17:48:08 +01:00
servprov.idl
sesprp.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
setupapi.h include: Use proper dllimports for setupapi functions. 2023-11-03 18:05:01 +01:00
sfc.h sfc_os: Add a prototype for SfcIsKeyProtected(). 2007-01-25 11:05:36 +01:00
shdeprecated.idl include: Correct IBrowserService.IEGetDisplayName definition. 2018-12-17 10:08:03 +01:00
shdispid.h include: Add DShellFolderViewEvents to shldisp.idl. 2008-09-23 15:45:14 +02:00
shellapi.h include: Annotate CommandLineToArgvW with __WINE_DEALLOC. 2023-02-22 18:06:08 +01:00
shellscalingapi.h shcore: Add GetScaleFactorForDevice() stub. 2020-08-27 20:49:59 +02:00
shimgdata.idl shell32: Implement IShellImageData::Decode() when created from file path. 2017-02-08 10:47:43 +01:00
shldisp.idl include: Add IShellLinkDual interface. 2020-07-28 19:35:14 +02:00
shlguid.h include: Add shobjidl_core.idl. 2022-11-29 21:33:58 +01:00
shlobj.h include: Annotate SHAlloc with __WINE_(DEALLOC|MALLOC). 2023-07-18 15:26:13 +02:00
shlwapi.h include: Remove DECLSPEC_HIDDEN from standard Dll* functions. 2023-11-08 10:08:39 +01:00
shobjidl.idl include: Add FWF_NONE. 2023-04-10 14:18:00 +02:00
shobjidl_core.idl include: Add shobjidl_core.idl. 2022-11-29 21:33:58 +01:00
shtypes.idl shcore: Add stub for GetScaleFactorForMonitor. 2019-11-25 20:47:43 +01:00
sipbase.h
slerror.h slc: Add SLGetLicensingStatusInformation stub. 2018-11-26 20:31:57 +01:00
slpublic.h include: Use proper dllimports for slc functions. 2023-11-07 11:11:40 +01:00
snmp.h include: Annotate SnmpUtilMem(Re)Alloc with __WINE_(DEALLOC|MALLOC). 2022-12-03 00:05:16 +01:00
socketapi.h windows.networking: Add stub dll. 2022-04-25 15:08:43 +02:00
softpub.h include: Avoid compound literals for WCHAR strings. 2019-06-12 11:44:26 +02:00
spatialaudioclient.idl mmdevapi: Implement SpatialAudio features. 2021-02-04 23:11:22 +01:00
specstrings.h include: Add specstrings_strict.h with some defines. 2023-08-16 13:36:15 +02:00
specstrings_strict.h include: Add specstrings_strict.h with some defines. 2023-08-16 13:36:15 +02:00
sperror.h include: Add sperror error code SPERR_UNSUPPORTED_FORMAT. 2023-06-09 10:34:44 +02:00
sql.h odbc32: Made ODBC function signatures 64-bit compliant. 2017-02-28 20:39:47 +01:00
sqlext.h include: Add define SQL_OV_ODBC3_80. 2021-11-08 20:40:09 +01:00
sqltypes.h include: Add more SQL_ defines. 2021-02-24 22:01:42 +01:00
sqlucode.h include: Add missing SQL prototype. 2023-02-16 10:31:56 +01:00
srcrst.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
srrestoreptapi.h sfc_os: Add SRSetRestorePointA/W stubs. 2016-04-04 19:15:03 +09:00
sspi.h include: Update _SECURITY_INTEGER. 2023-07-12 21:54:54 +02:00
stamp-h.in makefile: Add rules for automatically rebuilding configure in maintainer mode. 2008-03-20 14:27:35 +01:00
stgprop.h include: Added stgprop.h. 2017-09-25 22:21:42 +02:00
sti.h include: Drop some superfluous l modifiers from numeric constants. 2011-11-21 11:01:39 +01:00
storage.h
strmif.idl include: Add dvdif.idl. 2020-04-30 13:10:13 +02:00
strongname.h mscoree: Add StrongNameTokenFromAssembly stub. 2022-11-14 13:13:01 +01:00
strsafe.h include: Drop some superfluous l modifiers from numeric constants. 2011-11-21 11:01:39 +01:00
structuredquerycondition.idl include: Add partial structuredqueryexception header. 2009-11-12 13:01:48 +01:00
svrapi.h svrapi: Added a stub svrapi.dll. 2006-09-08 14:48:04 +02:00
synchapi.h kernelbase: Add WaitOnAddress functions. 2018-10-26 12:45:45 +02:00
systemmediatransportcontrolsinterop.idl include: Add systemmediatransportcontrolsinterop.idl file. 2023-10-05 18:49:44 +02:00
t2embapi.h t2embed: Implement TTIsEmbeddingEnabled(). 2016-04-04 13:17:18 +09:00
tapi.h include: Fix definition of PHONECALLBACK in tapi.h. 2019-11-25 20:47:43 +01:00
taskschd.idl taskschd.idl: Added IDailyTrigger declaration. 2016-04-15 21:58:02 +09:00
tbs.h include: Add tbs.h. 2021-07-01 08:42:49 +02:00
tchar.h include: Add _tcsto[u]ll declarations. 2022-06-20 10:37:56 +02:00
tcpestats.h include: Add tcpestats.h. 2015-08-17 16:57:59 +09:00
tcpmib.h include: Add remaining MIB_TCP6 types. 2020-02-04 21:30:26 +01:00
textserv.h include: Add ITextHost2. 2021-03-26 16:48:30 +01:00
textstor.idl include: Add missing TS_STATUS constants in textstor.idl. 2023-03-22 20:03:52 +01:00
threadpoolapiset.h include: Remove __WINE_MALLOC from functions that shouldn't have it. 2023-01-30 16:49:55 +01:00
thumbcache.idl include: Update thumbcache.idl file. 2020-01-23 16:25:46 +01:00
timezoneapi.h include: Move timezone definitions to timezoneapi.h. 2019-12-12 23:16:40 +01:00
tlhelp32.h include: Fix the PROCESSENTRY32 structure on 64-bit. 2009-01-04 14:47:58 +01:00
tlogstg.idl wineqtdecoder: Implement QTSplitter_ChangeStart. 2012-01-19 21:08:52 +01:00
tmschema.h uxtheme: Use vssym32.h instead of tmschema.h. 2021-11-02 17:09:39 +01:00
tom.idl include: Move the ITextRange2 definition to avoid an undefined reference. 2022-01-12 17:14:27 +01:00
tpcshrd.h include: Added tpcshrd.h. 2019-08-14 12:15:12 +02:00
traffic.h traffic: Stub for TcRegisterClient. 2009-05-22 15:16:29 +02:00
transact.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
trnjoi.idl include: Add trnjoi.idl. 2021-11-08 17:34:49 +01:00
trnlcl.idl include: Add trnlcl.idl. 2022-01-24 21:44:51 +01:00
trnobj.idl include: Add trnobj.idl. 2022-01-24 21:44:51 +01:00
twain.h sane.ds: Send events to applications through the DSM. 2017-11-14 22:24:12 +01:00
txcoord.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
txdtc.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
udpmib.h iphlpapi: Implement GetUdp6Table(). 2018-08-29 22:01:36 +02:00
uianimation.idl include: Set threading model on UIAnimation* interfaces. 2019-10-21 17:11:43 +02:00
uiautomation.h include: Added uiautomationcoreapi.h. 2012-09-27 13:11:34 +02:00
uiautomationclient.idl uiautomationcore: Fix typo with TreeScope_Subtree name. 2023-08-28 11:19:30 +02:00
uiautomationcore.idl include: Define the remaining missing provider interfaces. 2023-05-22 22:56:29 +02:00
uiautomationcoreapi.h uiautomationcore: Return TRUE from UiaClientsAreListening(). 2023-10-30 14:25:54 +01:00
uiribbon.idl uiribbon: Fix IUIFramework::SetUICommandProperty() prototype. 2023-11-16 14:02:33 +01:00
uiviewsettingsinterop.idl include: Add uiviewsettingsinterop.idl. 2023-02-02 18:08:39 +01:00
unexposeenums2managed.h include: Add some interface definitions for axextend.idl. 2020-05-12 23:07:44 +02:00
unknwn.idl widl: Only generate Proxy Stubs when functions have the call_as attribute. 2017-07-11 19:48:25 +02:00
urlhist.idl urlhist.idl: Added missing flags. 2012-05-29 10:43:44 +02:00
urlmon.idl include: Add IAuthenticateEx interface definition. 2021-06-16 23:23:49 +02:00
userenv.h include: Use proper dllimports for userenv functions. 2023-11-07 11:11:40 +01:00
usp10.h include: Add definition of ScriptPlaceOpenType(). 2022-06-20 10:53:06 +02:00
uuids.h include: Add some more media type uuids. 2014-05-12 12:23:23 +02:00
uxtheme.h include: Use proper dllimports for uxtheme functions. 2023-11-03 18:05:01 +01:00
vdmdbg.h vdmdbg: Add stub for VDMEnumProcessWOW. 2008-07-03 13:08:18 +02:00
ver.h
verrsrc.h include: Update __MSABI_LONG definition for WINE_NO_LONG_TYPES support. 2022-02-25 19:02:18 +01:00
vfw.h include: Use WINAPIV calling convention for variadic functions. 2017-11-02 10:20:27 +01:00
vfwmsgs.h include: Add more vfw error codes. 2013-11-12 10:11:46 +01:00
videoacc.idl include: Add videoacc.idl. 2022-04-14 09:28:33 +02:00
virtdisk.h virtdisk: Add stub and tests for OpenVirtualDisk. 2019-04-29 18:46:25 +02:00
vmr9.idl include: Add the missing SetStreamMediaType() method to IVMRImageCompositor9. 2020-04-28 11:19:11 +02:00
vmrender.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
vsbackup.idl include: Remove duplicate extern C from vsbackup.idl. 2019-04-18 23:10:19 +02:00
vss.idl include: Add more VSS_* typedefs. 2019-02-11 11:52:00 +01:00
vsstyle.h uxtheme: Support parsing more window parts and states. 2022-06-23 10:54:06 +02:00
vssym32.h uxtheme: Support parsing more clock states. 2022-06-21 18:40:25 +02:00
vswriter.idl include: Convert header vswriter to an idl. 2019-02-11 11:52:00 +01:00
wbemcli.idl wbemprox: Implement WbemContext stub. 2021-02-24 10:26:02 +01:00
wbemdisp.idl include: Add WbemErrorEnum error codes. 2022-01-11 15:15:34 +01:00
wbemprov.idl include: Add wbemprov.idl. 2012-09-28 17:15:50 +02:00
wct.h include: Add more Wait Chain Traversal definitions. 2022-03-14 18:30:28 +01:00
wdbgexts.h include: Move wdbgexts.h from dbghelp to include. 2022-12-05 20:04:54 +01:00
weakreference.idl include: Add IWeakReference(Source) declaration. 2022-03-02 20:18:10 +01:00
webservices.h include: Add WS_STRING_VALUE and WS_XML_STRING_VALUE. 2023-07-18 15:20:00 +02:00
werapi.h kernel32: Move Wer* function stubs to kernelbase. 2020-05-05 20:53:02 +02:00
wfext.h include: Add FMS* definitions. 2018-10-22 10:00:14 +02:00
wia.h wia: Force specifying the correct header version in Wine code. 2009-11-04 13:07:55 +01:00
wia_lh.idl include: Fix declaration of SelectDeviceDlg. 2018-03-30 10:52:12 +02:00
wia_xp.idl include: Fix declaration of SelectDeviceDlg. 2018-03-30 10:52:12 +02:00
wiadef.h wiaservc: Add some tests for SelectDeviceDlg. 2018-03-30 10:52:12 +02:00
wimgapi.h wimgapi: Add WIMGetMountedImages stub. 2016-04-12 12:25:54 +09:00
winapifamily.h include: Add winapifamily.h file. 2020-05-20 20:14:31 +02:00
winbase.h include: Remove DECLSPEC_HIDDEN from standard Dll* functions. 2023-11-08 10:08:39 +01:00
winber.h include: Remove __WINE_MALLOC from functions that shouldn't have it. 2023-01-30 16:49:55 +01:00
wincodec.idl windowscodecs: Add stub for IWICDdsEncoder. 2021-05-11 20:33:51 +02:00
wincodecsdk.idl include: Add missing GUIDs and CLSIDs to wincodecsdk.idl. 2020-05-01 22:03:16 +02:00
wincon.h include: Introduce consoleapi.h. 2020-08-10 16:41:39 +02:00
wincontypes.h include: Add pseudoconsole declarations. 2020-08-10 16:41:42 +02:00
wincred.h include: Use proper dllimports for credui functions. 2023-11-07 11:11:40 +01:00
wincrypt.h include: Include ncrypt.h in wincrypt.h. 2023-08-16 13:36:15 +02:00
windef.h user32: Add stubs for GetWindowDpiHostingBehavior and SetThreadDpiHostingBehavior. 2023-11-15 23:03:51 +01:00
windns.h dnsapi: Build the DNS reply records on the PE side. 2021-11-02 17:09:40 +01:00
windot11.h wlanapi: Add WlanHostedNetworkQueryStatus stub. 2021-08-05 20:43:28 +02:00
windows.applicationmodel.core.idl windows.applicationmodel: Add stub DLL. 2023-09-05 12:00:11 +02:00
windows.applicationmodel.idl include: Add IPackage2 definition in windows.applicationmodel.idl. 2023-09-08 11:29:36 +02:00
windows.devices.bluetooth.idl include: Add windows.devices.bluetooth.idl file. 2023-07-04 13:13:46 +02:00
windows.devices.enumeration.idl include: Add IDeviceInformationStatics interface definition. 2023-08-14 13:29:46 +02:00
windows.devices.geolocation.idl include: Add windows.devices.geolocation.geolocator. 2023-07-06 22:58:49 +02:00
windows.devices.haptics.idl include: Add Windows.Devices.Haptics.SimpleHapticsController definition. 2022-02-22 18:20:22 +01:00
windows.devices.power.idl include: Add Windows.Devices.Power.IBatteryReport interface definition. 2022-03-07 11:23:42 +01:00
windows.devices.radios.idl include: Add windows.devices.radios.idl file. 2023-07-04 13:13:44 +02:00
windows.devices.usb.idl include: Add windows.devices.usb.idl file. 2023-07-24 11:53:01 +02:00
windows.foundation.collections.idl include: Add Windows.Foundation.IAsyncOperationWithProgress<TResult, TProgress> definition. 2023-01-25 18:31:03 +01:00
windows.foundation.idl include: Add support for IAsyncOperation UINT32. 2023-07-24 11:52:58 +02:00
windows.foundation.metadata.idl include: Add windows.foundation.metadata.idl. 2022-04-22 13:07:43 +02:00
windows.foundation.numerics.idl include: Add more Windows.Foundation.Numerics structs. 2023-03-03 11:16:22 +01:00
windows.gaming.input.custom.idl windows.gaming.input: Register Windows.Gaming.Input.Custom classes. 2022-03-02 20:18:00 +01:00
windows.gaming.input.forcefeedback.idl windows.gaming.input: Register Windows.Gaming.Input.ForceFeedback classes. 2022-05-11 11:40:41 +02:00
windows.gaming.input.idl include: Add Windows.Gaming.Input.IGamepad2 interface declaration. 2022-06-08 15:04:56 +02:00
windows.gaming.ui.idl include: Add windows.gaming.ui.idl. 2022-11-04 19:23:56 +01:00
windows.globalization.idl windows.globalization: Implement ILanguage::get_LanguageTag(). 2023-01-24 18:26:57 +01:00
windows.graphics.capture.idl include: Add windows.graphics.capture.idl file. 2023-03-27 11:04:13 +02:00
windows.graphics.capture.interop.idl include: Add windows.graphics.capture.interop.idl file. 2023-04-18 21:33:17 +02:00
windows.graphics.directx.direct3d11.idl include: Add windows.graphics.directx.direct3d11.idl file. 2023-03-17 11:55:34 +01:00
windows.graphics.directx.idl include: Add DirectXAlphaMode enum. 2023-03-30 20:34:28 +02:00
windows.graphics.effects.idl include: Add windows.graphics.effects.idl file. 2023-03-24 16:06:08 +01:00
windows.graphics.holographic.idl include: Add windows.ui.core.idl file. 2023-03-31 11:11:09 +02:00
windows.h include: Add sdkddkver.h. 2022-11-07 21:13:31 +01:00
windows.management.deployment.idl include: Add Windows.Management.Deployment.IPackageManager2 interface definition. 2023-09-11 20:41:35 +02:00
windows.media.capture.idl include: Add Windows.Media.Capture.MediaCategory enumeration. 2023-08-30 11:14:55 +02:00
windows.media.closedcaptioning.idl include: Add windows.media.closedcaptioning.idl file. 2022-04-25 15:09:47 +02:00
windows.media.devices.idl windows.media.devices: Stub implement IMediaDeviceStatics. 2021-04-13 18:45:09 +02:00
windows.media.effects.idl include: Add AudioEffectsManager runtimeclass in windows.media.effects.idl. 2023-09-05 11:36:58 +02:00
windows.media.idl include: Add IMusicDisplayProperties2 interface definition. 2023-10-17 18:17:51 +02:00
windows.media.render.idl include: Add Windows.Media.Render.AudioRenderCategory enumeration. 2023-08-31 11:29:46 +02:00
windows.media.speechrecognition.idl include: Add VoiceCommandSet runtimeclass with its dependencies. 2023-07-05 21:05:12 +02:00
windows.media.speechsynthesis.idl include/windows.media.speechsynthesis.idl: Add missing interfaces to SpeechSynthesizerOptions runtimeclass. 2022-08-29 20:04:17 +02:00
windows.networking.connectivity.idl include: Add windows.networking.connectivity.idl file. 2023-07-07 12:18:17 +02:00
windows.networking.idl include: Add windows.networking.idl file. 2023-07-07 12:18:20 +02:00
windows.perception.spatial.idl include: Add windows.perception.spatial.idl file. 2023-03-07 18:36:23 +01:00
windows.perception.spatial.surfaces.idl include: Add windows.perception.spatial.surfaces.idl file. 2023-03-07 18:36:26 +01:00
windows.security.credentials.idl include: Add windows.security.credentials.idl file. 2023-02-23 17:30:17 +01:00
windows.security.credentials.ui.idl include: Add windows.security.credentials.ui.idl file. 2023-10-10 23:15:05 +02:00
windows.security.cryptography.idl include: Add windows.security.cryptography.idl. 2022-09-20 09:28:35 +02:00
windows.security.isolation.idl include: Add windows.security.isolation.idl file. 2023-08-08 21:11:30 +09:00
windows.storage.fileproperties.idl include: Add windows.storage.fileproperties.idl file. 2023-08-17 10:40:37 +02:00
windows.storage.idl include: Add ApplicationData runtimeclass in windows.storage.idl. 2023-08-21 22:47:42 +02:00
windows.storage.search.idl include: Add windows.storage.search.idl file. 2023-08-17 10:40:37 +02:00
windows.storage.streams.idl include: Add Windows.Storage.Streams.RandomAccessStreamReference runtimeclass definition. 2023-08-22 21:00:56 +02:00
windows.system.idl include: Add ProcessorArchitecture winrt enum. 2023-07-19 12:01:38 +02:00
windows.system.power.idl include: Add Windows.Devices.Power.IBatteryReport interface definition. 2022-03-07 11:23:42 +01:00
windows.system.profile.systemmanufacturers.idl include: Add windows.system.profile.systemmanufacturers.idl file. 2023-01-27 13:39:06 +01:00
windows.system.threading.idl include: Add windows.system.threading.idl. 2022-09-20 09:26:08 +02:00
windows.system.userprofile.idl windows.globalization: Implement ILanguage::get_LanguageTag(). 2023-01-24 18:26:57 +01:00
windows.ui.composition.idl include: Add Windows.UI.Composition.CompositionGraphicsDevice definition. 2023-04-06 14:32:33 +02:00
windows.ui.composition.interop.idl include: Add windows.ui.composition.interop.idl file. 2023-04-13 10:25:20 +02:00
windows.ui.core.idl include: Add windows.ui.core.idl file. 2023-03-31 11:11:09 +02:00
windows.ui.idl include: Add windows.ui.idl file. 2022-04-25 15:09:39 +02:00
windows.ui.viewmanagement.idl include: Add windows.ui.core.idl file. 2023-03-31 11:11:09 +02:00
windows.ui.xaml.hosting.desktopwindowxamlsource.idl include: Add windows.ui.xaml.hosting.desktopwindowxamlsource.idl file. 2023-08-14 17:53:17 +02:00
windowscontracts.idl include: Add Windows.Phone.PhoneContract api contract. 2023-07-05 19:54:57 +02:00
windowsx.h include: Fixed casts in some HANDLE_MSG_WM_* macros. 2018-05-25 12:09:17 +02:00
winerror.h include: Add DirectComposition error codes. 2023-02-20 23:00:33 +01:00
winevt.h wevtapi/tests: Add some EvtGetChannelConfigProperty() tests. 2021-02-03 20:58:42 +01:00
wingdi.h configure: Use hidden visibility also when building Unix libraries. 2023-11-08 10:27:21 +01:00
winhttp.h include: Use proper dllimports for winhttp functions. 2022-12-07 13:51:37 +01:00
wininet.h include: Use proper dllimports for more wininet functions. 2023-11-07 11:11:41 +01:00
winineti.h wininet: Adjust IsHostInProxyBypassList() prototype. 2021-08-03 23:41:05 +02:00
winioctl.h include: Add some missing defines to winioctl.h. 2020-05-01 21:51:31 +02:00
winldap.h wldap32: Implement setting LDAP_OPT_CLIENT_CERTIFICATE. 2023-09-04 11:38:51 +02:00
winnetwk.h include: Consolidate duplicate declarations of WNetGetLastErrorA, WNetGetLastErrorW and definition of WNetGetLastError. 2011-01-03 11:28:36 +01:00
winnls.h kernelbase: Create GetGeoInfoEx stub. 2022-11-22 18:27:30 +01:00
winnls32.h
winnt.h include: Don't use dllexport attribute for Wine PE modules. 2023-11-15 23:03:52 +01:00
winnt.rh include: Remove custom/undocumented language identifiers. 2022-11-16 21:24:18 +01:00
winperf.h advapi32: Improve PerfSetCounterSetInfo() stub. 2021-11-22 22:20:51 +01:00
winppi.h include: Add winppi.h header. 2023-10-11 17:28:13 +02:00
winreg.h advapi32/tests: Add some tests for RegRenameKey(). 2022-06-28 15:39:55 +02:00
winresrc.h include: Move the DDE_xxx macros to dde.rh. 2011-11-14 15:25:23 +01:00
winsafer.h advapi32: Improve the SaferComputeTokenFromLevel stub. 2019-05-28 12:06:46 +02:00
winscard.h include: Use proper dllimports for winscard functions. 2023-11-07 11:11:40 +01:00
winsmcrd.h include: Add missing smart card defines. 2023-02-22 21:14:20 +01:00
winsnmp.h wsnmp32: Add stub for SnmpOpen. 2014-10-08 17:43:48 +02:00
winsock.h ws2_32: Make htonl/htons/ntohl/ntohs proper functions. 2023-10-10 11:05:28 +02:00
winsock2.h ws2_32: Make htonl/htons/ntohl/ntohs proper functions. 2023-10-10 11:05:28 +02:00
winspool.h winspool.drv: Implement OpenPrinter2. 2022-07-15 17:42:53 +02:00
winstring.h include: Use correct header guard name in winstring.h. 2023-07-04 21:02:39 +02:00
winsvc.h include: Use proper dllimports for advapi32 functions. 2022-12-07 13:51:37 +01:00
winsxs.idl sxs: Add a stub implementation of IAssemblyName. 2012-03-14 11:53:27 +01:00
wintab.h
wintabx.h
winternl.h include: Use NTSYSAPI for all ntdll exports. 2023-11-03 18:05:01 +01:00
wintrust.h wintrust: Load secondary signatures in SoftpubLoadSignature(). 2022-10-11 11:42:41 +02:00
winusb.h include: Add winusb.h file. 2022-09-15 17:45:26 +02:00
winuser.h user32: Add stubs for GetWindowDpiHostingBehavior and SetThreadDpiHostingBehavior. 2023-11-15 23:03:51 +01:00
winuser.rh include: Add missing navigation and gamepad key definitions in winuser.rh. 2019-05-07 09:20:12 -05:00
winver.h include: Use proper dllimports for version functions. 2022-12-07 13:51:37 +01:00
wlanapi.h include: Annotate WlanAllocateMemory with __WINE_(ALLOC_SIZE|DEALLOC|MALLOC). 2022-12-01 10:24:15 +01:00
wldp.h wldp: Improve the WldpGetLockdownPolicy() stub. 2023-11-15 23:03:51 +01:00
wmcodecdsp.idl winegstreamer: Implement IWMResamplerProps. 2023-10-31 21:54:56 +01:00
wmdrmsdk.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
wmistr.h include: Add new defines and fix struct WNODE_HEADER. 2020-05-11 22:18:46 +02:00
wmium.h include: Use proper dllimports for wmi functions. 2023-11-07 11:11:41 +01:00
wmiutils.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
wmp.idl include: Add IWMPMedia3 interface to wmp.idl. 2021-01-29 10:16:38 +01:00
wmpids.h include: Add more DISPID constants to wmpids.h. 2021-02-01 11:05:22 +01:00
wmprealestate.idl include: Add IWMPRenderConfig interface to wmprealestate.idl. 2021-02-01 11:04:33 +01:00
wmpservices.idl include: Add WMPGC_FLAGS_SUPPRESS_DIALOGS constant to wmpservices.idl. 2021-02-01 11:05:19 +01:00
wmsbuffer.idl include: Add INSSBuffer3. 2021-10-18 10:46:22 +02:00
wmsdk.h include: Add asferr.h. 2020-05-20 10:49:43 +02:00
wmsdkidl.idl winegstreamer: Implement IWMSyncReader::GetNextSample(). 2021-11-01 11:37:14 +01:00
wmsecure.idl include: Add IWMGetSecureChannel. 2021-10-18 10:46:09 +02:00
wnaspi32.h wnaspi32: Do not crash on SC_GETSET_TIMEOUTS. 2017-02-14 22:46:58 +01:00
wofapi.h wofutil: Stub WofShouldCompressBinaries(). 2022-12-08 18:41:25 +01:00
wownt16.h include: Add wownt16.h. 2020-06-08 21:01:33 +02:00
wownt32.h include: Use WOWHandle32 for HDC_32 on Wine. 2021-08-13 16:36:30 +02:00
wpcapi.idl wpcapi.idl: Fix IWindowsParentalControls UUID. 2017-10-02 13:45:12 +02:00
ws2def.h ws2_32: Implement AI_DNS_ONLY using DNS APIs. 2021-11-30 22:07:21 +01:00
ws2ipdef.h ws2_32: Add in[46]addr_* constants to import library. 2022-11-14 13:13:02 +01:00
ws2spi.h ws2_32: Add stub implementation for WSCGetProviderInfo. 2020-03-20 12:32:17 +01:00
ws2tcpip.h include: Forbid using unsuffixed gai_strerror() in the Wine source. 2021-04-27 18:55:24 +02:00
wsdapi.h wsdapi: Implement WSD LinkedMemory functions. 2017-05-04 16:20:51 +02:00
wsdbase.idl include: Add IWSDUdpMessageParameters interface declaration. 2017-06-07 20:05:56 +02:00
wsddisco.idl wsdapi: Add stub for WSDCreateDiscoveryProvider. 2021-12-08 22:14:44 +01:00
wsdtypes.h include: Add WSD_PROBE structure to wsdtypes.h. 2018-05-10 18:17:26 +02:00
wsdutil.h include: Annotate WSDAllocateLinkedMemory with __WINE_(ALLOC_SIZE|MALLOC). 2022-12-07 20:27:25 +01:00
wsdxml.idl include: Remove some superfluous semicolons. 2017-12-13 22:53:54 +01:00
wsdxmldom.h wsdapi: Implement WSDXMLAddChild, Sibling, BuildAnyForSingleElement, CleanupElement. 2017-05-08 16:25:52 -05:00
wshisotp.h includes: Remove unneeded extern "C" statements. 2007-09-27 20:12:10 +02:00
wsipx.h include: Properly define struct sockaddr_ipx when not using the WS_ prefix. 2021-04-27 18:55:24 +02:00
wsnwlink.h include: Add support for WS_ prefixed IPX names in wsnwlink.h. 2015-01-05 20:14:02 +01:00
wspiapi.h include: Add wspiapi.h. 2022-11-14 17:38:42 +01:00
wtsapi32.h wtsapi32: Implement WTSEnumerateProcessesW(). 2021-05-26 21:24:52 +02:00
wtypes.idl include: Stop pretending to support big-endian. 2023-10-10 11:11:26 +02:00
wuapi.idl include/wuapi: Add WindowsUpdateAgentInfo coclass and interface. 2021-08-31 16:04:50 +02:00
x3daudio.h include: Add more x3daudio defines. 2020-02-10 22:46:24 +01:00
xact.h include: Use STDMETHOD when returning HRESULT. 2023-05-30 12:24:21 +02:00
xact2wb.h include: Add xact2wb.h. 2021-04-20 21:07:09 +02:00
xact3.h include: Use STDMETHOD when returning HRESULT. 2023-05-30 12:24:21 +02:00
xact3wb.h xactengine: Use nameless unions. 2021-04-23 20:02:06 +02:00
xamlom.idl include: Add xamlom.idl file. 2023-08-14 17:53:17 +02:00
xapo.idl include/xapo.idl: Add XAPO registration flags. 2020-04-28 22:09:38 +02:00
xapofx.h xapofx1_1: Use shared source. 2016-01-15 01:44:53 +09:00
xaudio2.idl include: Add IXAudio2Extension in xaudio2.idl. 2023-08-14 17:53:17 +02:00
xaudio2fx.idl xaudio2: Use the preprocessor to modify definitions in xaudio2.idl and xaudio2fx.idl. 2023-06-07 22:48:27 +02:00
xcmc.h include: Change to LONG/ULONG in xcmc.h for Win64 compatibility. 2009-01-10 17:43:11 +01:00
xinput.h include: Add some missing defines to xinput.h. 2020-03-23 12:21:40 +01:00
xmldom.h include: Correctly define the msxml typelib by directly including xmldom.idl and xmldso.idl. 2010-12-21 12:17:11 +01:00
xmldom.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
xmldomdid.h include/xmldomdid.h: Synchronize with msxml2did.h. 2014-04-14 20:19:01 +02:00
xmldso.idl makefiles: Generate rules for installing IDL include files. 2015-11-04 17:19:47 +09:00
xmldsodid.h
xmllite.idl xmllite/reader: Implement CreateXmlReaderInputWithEncodingCodePage(). 2022-05-03 18:55:52 +02:00
xpsobjectmodel.idl include: Add some of the XPS OM interfaces. 2021-12-10 14:41:41 +01:00
xpsobjectmodel_1.idl include: Add some of the XPS OM interfaces. 2021-12-10 14:41:41 +01:00
zmouse.h