Sweden-Number/include
Stefan Dösinger 54fa712981 wined3d: Initialize output texcoord .w to 1.0 if needed.
The GL_ARB_vertex_program extension does not define a standard value for
output texture coordinates. This makes problems when using vertex
shaders with fixed function fragment processing because fffp divides the
texture coords by its .w component. This means that gl shaders have to
write to the .w component of texture coords. Direct3D shaders however
do not.
2007-12-07 14:54:22 +01:00
..
ddk ntoskrnl.exe: Add stub Implementation of IoAllocateWorkItem. 2007-11-09 12:58:26 +01:00
msvcrt msvcrt: Add a prototype for _atoldbl() & co and declare _LDOUBLE & co in stdlib.h. 2007-08-30 17:02:48 +02:00
wine wined3d: Initialize output texcoord .w to 1.0 if needed. 2007-12-07 14:54:22 +01:00
Makefile.in include: Added IDL file for BITS. 2007-12-06 14:49:32 +01:00
accctrl.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
aclapi.h include: Add WINADVAPI to the exported advapi32 functions. 2007-11-07 12:27:27 +01:00
activscp.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
adshlp.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
advpub.h advapi32: We have cfgmgr32.h now. 2007-08-06 12:30:06 +02:00
amstream.idl include: Remove unnecessary semicolons from idl. 2006-07-20 12:49:55 +02:00
amvideo.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
appmgmt.h includes: Make headers C++ compatible. 2007-09-27 20:12:13 +02:00
audevcod.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
austream.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
aviriff.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
axcore.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
axextend.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
basetsd.h include: Add HandleToUlong, UlongToHandle, UintToPtr, UlongToPtr compatibility macros. 2007-07-13 12:29:47 +02:00
basetyps.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
bcrypt.h bcrypt: Add a skeleton bcrypt.h header and use it. 2007-08-31 12:08:58 +02:00
bits.idl include: Added IDL file for BITS. 2007-12-06 14:49:32 +01:00
bitsmsg.h include: Added bitsmsg.h header. 2007-12-06 14:48:22 +01:00
cderr.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
cfgmgr32.h cfgmgr32: Flesh out cfgmgr32.h a bit more and fix the corresponding functions. 2007-11-13 13:37:27 +01:00
cguid.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
cierror.h include: Add cierror.h. 2006-07-11 12:42:38 +02:00
clusapi.h clusapi: Make clusapi.h C++ compatible. 2007-02-08 11:55:51 +01:00
comcat.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
commctrl.h comctl32: According to the PSDK, DrawShadowText() takes a non-const RECT pointer. 2007-07-31 21:37:04 +02:00
commdlg.h include/commdlg: Add more defines for PrintDlg/PrintDlgEx. 2007-10-25 13:47:22 +02:00
compobj.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
config.h.in wldap32: Fix build against latest OpenLDAP release. 2007-11-08 12:52:48 +01:00
control.idl quartz: Add IMediaPosition interface and stubs. 2007-02-20 12:01:54 +01:00
cor.h mscoree: Add cor.h and mscoree.idl and fix some semi-stub prototypes. 2007-08-06 12:33:41 +02:00
cpl.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
custcntl.h include: Remove non-ASCII characters in headers for winelib compatibility. 2006-06-13 12:57:07 +02:00
cvconst.h Assorted spelling fixes. 2006-11-07 15:25:24 +01:00
d3d.h include: Some DirectX headers are supposed to define COM_NO_WINDOWS_H. 2006-11-07 15:25:17 +01:00
d3d8.h wined3d: Destroying the resource frees all private data. 2007-05-11 11:22:31 +02:00
d3d8caps.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
d3d8types.h direct3d: Remove misspelled constants as they exist correctly spelled. 2007-05-21 12:38:54 +02:00
d3d9.h d3d9: Declare the D3DPERF_Xxx() functions in d3d9.h. 2007-08-03 12:41:10 +02:00
d3d9caps.h d3d9: Some caps fixes. 2007-08-21 13:35:35 +02:00
d3d9types.h wined3d: Add D3DSI_TEXLD_PROJECT and BIAS to d3d9types.h. 2007-09-17 12:08:23 +02:00
d3d10.idl include: Add some idl headers for d3d10. 2007-07-17 14:12:19 +02:00
d3dcaps.h wined3d: Enable two sided stencil in the caps. 2006-06-13 10:46:29 +02:00
d3dhal.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
d3drm.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
d3drmdef.h d3drm: Implement D3DRMCreateColorRGB. 2007-05-21 15:58:51 +02:00
d3dtypes.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
d3dvec.inl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
d3dx8.h include: Skeleton header for D3DX8. 2007-10-10 12:16:07 +02:00
d3dx8core.h d3dx8: Implementation of D3DXAssembleShaderFromFileA. 2007-12-05 13:48:05 +01:00
d3dx8math.h d3dx8: Add WINAPI to the prototypes of D3DXMatrixTransformation. 2007-11-28 11:16:25 +01:00
d3dx8math.inl d3dx8: Implement the C++ stuff of the D3DXCOLOR structure. 2007-11-12 12:41:40 +01:00
d3dx9.h include: Header files for d3dx9_xx. 2007-11-27 16:05:02 +01:00
d3dx9math.h d3dx8: Add WINAPI to the prototypes of D3DXMatrixTransformation. 2007-11-28 11:16:25 +01:00
d3dx9math.inl include: Header files for d3dx9_xx. 2007-11-27 16:05:02 +01:00
dbghelp.h dbghelp: Fix the PENUMLOADED_MODULES_CALLBACK() prototype. 2007-09-18 11:21:21 +02:00
dbinit.idl oledb: Add oledb.idl and some idl files it depends on. 2006-07-20 12:49:43 +02:00
dbprop.idl oledb: Add oledb.idl and some idl files it depends on. 2006-07-20 12:49:43 +02:00
dbs.idl oledb: Add oledb.idl and some idl files it depends on. 2006-07-20 12:49:43 +02:00
dbt.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dciddi.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dciman.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dde.h include: Add WINUSERAPI to the exported user32 functions. 2007-11-07 12:26:29 +01:00
ddeml.h include: Add WINUSERAPI to the exported user32 functions. 2007-11-07 12:26:29 +01:00
ddraw.h ddraw: Better match the PSDK types and fix the winapi_check warnings. 2007-08-08 15:32:03 +02:00
ddrawi.h include: Add DDHAL_UPDATEOVERLAYDATA structure. 2006-06-05 21:01:02 +02:00
ddstream.idl include: Remove unnecessary semicolons from idl. 2006-07-20 12:49:55 +02:00
devenum.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
devguid.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
digitalv.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dimm.idl dimm.idl: Don't import unknwn.idl if DO_NO_IMPORTS is defined. 2007-10-19 12:25:24 +02:00
dinput.h dinput: Add missing definition to public header. 2007-04-05 10:53:30 +02:00
dispdib.h include: Remove non-ASCII characters in headers for winelib compatibility. 2006-06-13 12:57:07 +02:00
dispex.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
dlgs.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dls1.h dmusic: Fix license headers that mistakenly use GPL instead of LGPL. 2007-05-30 12:54:07 +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 dmusic: Fix license headers that mistakenly use GPL instead of LGPL. 2007-05-30 12:54:07 +02:00
dmerror.h dmusic: Fix license headers that mistakenly use GPL instead of LGPL. 2007-05-30 12:54:07 +02:00
dmo.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dmoreg.h msdmo: Fix the DMOGetName() prototype. 2007-10-15 14:06:30 +02:00
dmort.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dmplugin.h dmusic: Fix license headers that mistakenly use GPL instead of LGPL. 2007-05-30 12:54:07 +02:00
dmusbuff.h dmusic: Fix license headers that mistakenly use GPL instead of LGPL. 2007-05-30 12:54:07 +02:00
dmusicc.h dmusic: Fix license headers that mistakenly use GPL instead of LGPL. 2007-05-30 12:54:07 +02:00
dmusicf.h dmusic: Fix license headers that mistakenly use GPL instead of LGPL. 2007-05-30 12:54:07 +02:00
dmusici.h dmusic: Fix license headers that mistakenly use GPL instead of LGPL. 2007-05-30 12:54:07 +02:00
dmusics.h dmusic: Fix license headers that mistakenly use GPL instead of LGPL. 2007-05-30 12:54:07 +02:00
docobj.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
downloadmgr.idl include: Remove unnecessary semicolons from idl. 2006-07-20 12:49:55 +02:00
dpaddr.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dplay.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dplay8.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dplobby.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dplobby8.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dpnathlp.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dsconf.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dsdriver.h dsound/winealsa: Remove writelead for alsa directsound. 2007-06-28 12:16:14 +02:00
dsgetdc.h netapi32: Add stubs for DsGetDcNameW and DsGetSiteNameW. 2006-09-27 18:19:44 +02:00
dshow.h include/dshow.h: Add missing include directives. 2006-11-09 14:33:19 +01:00
dsound.h dsound: Update prototypes for IDirectSoundBuffer::Lock/Unlock. 2007-03-08 21:30:54 +01:00
dsrole.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dwmapi.h dwmapi: Add dwmapi.h and update win32.api to fix the winapi_check warnings. 2007-08-06 12:31:10 +02:00
dxdiag.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dxerr8.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dxerr9.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dxfile.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
dxgi.idl include: Add some idl headers for d3d10. 2007-07-17 14:12:19 +02:00
dxgitype.idl include: Add some idl headers for d3d10. 2007-07-17 14:12:19 +02:00
dyngraph.idl include: Remove unnecessary semicolons from idl. 2006-07-20 12:49:55 +02: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
evcode.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
evntrace.h includes: Make headers C++ compatible. 2007-09-27 20:12:13 +02:00
excpt.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
exdisp.idl include: Add two more coclasses to exdisp.idl. 2006-06-07 11:47:17 +02:00
exdispid.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
fci.h fci.h: Include basetsd.h. 2007-09-21 11:52:13 +02:00
fdi.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
gdiplus.h gdiplus: Added GdipSetImageAttributesColorKeys stub. 2007-08-01 11:59:19 +02:00
gdipluscolormatrix.h gdiplus: Added GdipSetImageAttributesColorMatrix stub. 2007-08-08 15:32:02 +02:00
gdiplusenums.h gdiplus: Added GdipSetStringFormatHotkeyPrefix/GdipGetStringFormatHotkeyPrefix. 2007-08-15 10:55:05 +02:00
gdiplusflat.h gdiplus: Add some extra prototypes. 2007-08-30 17:02:48 +02:00
gdiplusgpstubs.h gdiplus: Add some missing or related prototypes and types. 2007-08-30 11:57:18 +02:00
gdiplusimaging.h gdiplus: Add some missing or related prototypes and types. 2007-08-30 11:57:18 +02:00
gdiplusinit.h gdiplus: Fixed GdiplusStartupOutput definition. 2007-08-06 12:21:52 +02:00
gdiplusmem.h gdiplus: Added public headers. 2007-06-11 14:56:17 +02:00
gdiplusmetaheader.h gdiplus: Added GdipGetMetafileHeaderFromMetafile stub. 2007-08-01 11:59:18 +02:00
gdipluspixelformats.h gdiplus: Added GdipSetImagePalette stub. 2007-08-09 14:37:11 +02:00
gdiplustypes.h gdiplus: Make gdiplustypes.h C++ compatible. 2007-09-21 11:52:05 +02:00
guiddef.h include: Get rid of the WINE_NO_LONG_AS_INT ifdefs. 2006-12-20 14:57:08 +01:00
hlguids.h hlink: Add hlguids.h (based on a patch by Aric Stewart). 2006-06-05 21:00:06 +02:00
hlink.idl hlink.idl: Added Hlink[Get|Set]SpecialReference declaration. 2007-11-12 12:07:08 +01:00
htiframe.idl include: Added htiframe.idl. 2006-07-07 17:50:20 +02:00
htmlhelp.h hhctrl.ocx: Update HtmlHelp and its commands definitions, and partially implement data A->W translation. 2007-05-03 14:36:55 +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 advapi32: Add some more rights constants for ConvertStringSecurityDescriptorToSecurityDescriptor. 2007-09-24 13:31:30 +02:00
icftypes.idl hnetcfg: Define icftypes.idl. 2007-05-17 13:06:27 +02:00
icm.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
icmpapi.h includes: Make headers C++ compatible. 2007-09-27 20:12:13 +02:00
idispids.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
imagehlp.h imagehlp: Add SYMBOL_INFO_PACKAGE and SymSetSearchPathW(). 2007-09-18 11:21:00 +02:00
imm.h imm32: #ifdef-out some functions in imm.h if wingdi.h was not included first. 2007-10-19 12:24:05 +02:00
imnact.idl include: Add imnact.idl and imnxport.idl. 2007-11-05 12:04:58 +01:00
imnxport.idl include: Add imnact.idl and imnxport.idl. 2007-11-05 12:04:58 +01:00
indexsrv.idl infosoft: indexsrv.idl must import objidl.idl and not unknwn.idl. 2007-09-21 11:52:18 +02:00
initguid.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
intshcut.h url: Fix the InetIsOffline() prototype. 2007-09-10 12:14:38 +02:00
ipexport.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
iphlpapi.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ipifcons.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
iprtrmib.h mpr: Move MAX_INTERFACE_NAME_LEN to mprapi.h and add related constants. 2007-09-21 11:52:08 +02:00
iptypes.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
isguids.h include: Added isguids.h. 2007-11-19 13:06:14 +01:00
ks.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ksguid.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ksmedia.h include: Add a few speaker defines to ksmedia.h. 2007-11-07 11:48: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 netapi32: Add some missing prototypes in the lmaccess.h, lmshare.h and lmwksta.h headers. 2007-08-08 15:32:03 +02:00
lmapibuf.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
lmbrowsr.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
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 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
lmmsg.h include: Add lmmsg.h. 2006-06-08 11:12:19 +02:00
lmserver.h netapi32: Add some missing prototypes in the lmaccess.h, lmshare.h and lmwksta.h headers. 2007-08-08 15:32:03 +02:00
lmshare.h netapi32: Add some missing prototypes in the lmaccess.h, lmshare.h and lmwksta.h headers. 2007-08-08 15:32:03 +02:00
lmstats.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
lmuse.h netapi32: Add lmuseflg.h and include it from lmuse.h. 2007-08-06 13:57:27 +02:00
lmuseflg.h netapi32: Add lmuseflg.h and include it from lmuse.h. 2007-08-06 13:57:27 +02:00
lmwksta.h netapi32: Add some missing prototypes in the lmaccess.h, lmshare.h and lmwksta.h headers. 2007-08-08 15:32:03 +02:00
lzexpand.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mapi.h mapi: Fix declaration of LPMAPISENDMAIL (spotted by Cho Hwanjin). 2006-06-14 12:47:05 +02:00
mapicode.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mapidefs.h mapi32: Remove redundant protections against duplicate header inclusion. 2007-08-08 15:32:03 +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 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mapitags.h Fix minor differences in the formatting of the license notices. 2007-05-04 12:08:15 +02:00
mapiutil.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mapival.h mapi32: Add missing #include directives. 2007-08-06 12:31:00 +02:00
mapix.h mapi32: Remove redundant protections against duplicate header inclusion. 2007-08-08 15:32:03 +02:00
mciavi.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mcx.h include: Fix the name of a MODEMSETTINGS field. 2006-09-08 11:02:49 +02:00
mediaerr.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mediaobj.idl Don't include windows.h & co in the Wine sources. 2006-10-24 17:47:09 +02:00
midles.h include: Fix a typo in midles.h. 2007-11-05 15:06:02 +01:00
mimeinfo.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mimeole.idl include: Add a couple more interfaces. 2007-11-05 12:09:41 +01:00
minmax.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mlang.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
mmddk.h winmm: Fix the mmTask*() prototypes. 2007-08-30 17:02:48 +02:00
mmreg.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mmstream.idl include: Remove unnecessary semicolons from idl. 2006-07-20 12:49:55 +02:00
mmsystem.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mprapi.h mpr: Move MAX_INTERFACE_NAME_LEN to mprapi.h and add related constants. 2007-09-21 11:52:08 +02:00
msacm.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
msacmdlg.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
msacmdrv.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mscat.h wintrust: Fix the CryptCATAdminReleaseCatalogContext() prototype and better match the PSDK types. 2007-08-08 15:32:03 +02:00
mscoree.idl mscoree: Add cor.h and mscoree.idl and fix some semi-stub prototypes. 2007-08-06 12:33:41 +02:00
mshtmcid.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
mshtmdid.h mshtml.idl: Added IHTMLTable declaration. 2007-11-30 14:20:57 +01:00
mshtmhst.idl mshtmhst.idl: Added DOCHOSTUITYPE declaration. 2006-08-17 11:20:44 +02:00
mshtml.idl mshtml.idl: Added IHTMLTable declaration. 2007-11-30 14:20:57 +01:00
msi.h msi: Better match the PSDK types, remove some now unused types from win32.api, and update it to fix the winapi_check warnings. 2007-08-09 14:12:44 +02:00
msidefs.h msi: Implement the MoveFiles standard action. 2007-11-01 12:42:50 +01:00
msinkaut.idl inkobj: Stub implementation of IInkCollector. 2007-10-12 11:29:25 +02:00
msiquery.h includes: Make headers C++ compatible. 2007-09-27 20:12:13 +02:00
mssip.h wintrust: Fix function prototype. 2006-09-27 18:16:05 +02:00
mswsock.h winsock: Add WS_ prefix on WSAIoctl constants. 2006-11-27 18:48:58 +01:00
msxml.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
msxml2.idl msxml3: Add the CLSID_DOMDocument define in msxml2.idl to match the PSDK. 2006-11-14 11:42:17 +01:00
msxml2did.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
msxmldid.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
nb30.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ndrtypes.h ndrtypes.h: Include limits.h. 2007-10-19 12:24:00 +02:00
netfw.idl hnetcfg: Add netfw.idl - Network Firewall interface. 2007-05-17 13:07:01 +02:00
npapi.h mpr: Implement WNetGetResourceInformation functions. 2007-10-01 14:17:53 +02:00
nspapi.h wsock32: Added GetService{A,W} stubs. 2006-06-01 11:07:51 +02:00
ntddcdrm.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ntddscsi.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ntddstor.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ntdsapi.h ntdsapi: Add a commented-out #include directive as a reminder. 2007-02-09 14:32:56 +01:00
ntquery.h query: Make ntquery.h C++ compatible. 2007-09-10 12:14:57 +02:00
ntsecapi.h secur32: Add some missing prototypes to ntsecapi.h. 2007-09-10 12:14:05 +02:00
ntsecpkg.h schannel: Fix the name of the SetContextAttributes field of SECPKG_FUNCTION_TABLE. 2007-05-29 13:44:35 +02:00
ntstatus.h include: Add missing STATUS_CTX_ constants. 2006-10-03 20:18:51 +02:00
oaidl.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
objbase.h ole32: Implement CoFreeUnusedLibrariesEx. 2007-09-12 14:04:56 +02:00
objidl.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
objsafe.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
objsel.h Uncomment the typedef in the DECLARE_INTERFACE macro, and get rid of 2005-07-26 18:32:53 +00:00
ocidl.idl include: Add a define for SID_SOleUndoManager. 2007-08-23 20:18:32 +02:00
ocmm.idl mshtml: Add basic support for ITimer interface. 2006-11-21 12:16:54 +01:00
odbcinst.h msi: Install data sources in the InstallODBC custom action. 2007-04-23 14:07:18 +02:00
ole2.h include: Add some missing OLE defines and declarations to ole2.h. 2006-12-04 12:19:27 +01:00
ole2ver.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
oleacc.idl include: Add an initial version of oleacc.idl. 2007-12-05 12:35:29 +01:00
oleauto.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
olectl.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
oledb.idl oledb: Add oledb.idl and some idl files it depends on. 2006-07-20 12:49:43 +02:00
oledlg.h include/oledlg.h: Add missing include directives. 2006-11-09 14:33:22 +01:00
oleidl.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
optary.idl mshtml: Added optary.idl file. 2006-06-23 10:47:14 +02:00
pdh.h pdh: Implement and test PdhCollectQueryDataEx. 2007-10-01 12:40:17 +02:00
pdhmsg.h pdh: Implement PdhValidatePath{, Ex}{A, W}. 2007-10-01 12:36:17 +02:00
pktdef.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
poppack.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
powrprof.h includes: Make headers C++ compatible. 2007-09-27 20:12:13 +02:00
profinfo.h userenv: Add profinfo.h. 2006-06-13 11:40:23 +02:00
propidl.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
prsht.h include: Add missing PSP_ constants. 2006-10-03 20:18:48 +02:00
psapi.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
pshpack1.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
pshpack2.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
pshpack4.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
pshpack8.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
pstore.idl include: Semicolons after cpp_quote are a syntax error in midl. 2006-07-20 12:12:17 +02:00
ras.h ras.h: Added additional szDeviceType defines. 2007-02-05 17:11:13 +01:00
reason.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
regstr.h regstr.h only defines constants and structures and thus does not need an extern "C" statement. 2007-09-21 11:52:01 +02:00
richedit.h riched20: Write-strings warnings fix. 2006-07-24 12:57:32 +02:00
richole.idl include: Semicolons after cpp_quote are a syntax error in midl. 2006-07-20 12:12:17 +02:00
rmxfguid.h dxguid: Add the rmxfguid.h header and export the GUIDs. 2007-01-09 12:22:17 +01:00
rpc.h include/rpc.h: Add missing headers. 2007-10-24 13:49:33 +02:00
rpcdce.h rpcrt4: Add some missing prototypes and better match the PSDK types. 2007-11-13 23:28:06 +01:00
rpcdcep.h rpcrt4: Add some missing prototypes and better match the PSDK types. 2007-11-13 23:28:06 +01:00
rpcndr.h include: Fix the byte-order in the definition of the USER_MARSHAL_CB_SIGNATURE macro. 2007-03-20 12:56:41 +01:00
rpcnterr.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
rpcproxy.h includes: Make headers C++ compatible. 2007-09-27 20:12:13 +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 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
schemadef.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
schnlsp.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
sddl.h include: Document some Microsoft spelling mistakes so we know they are not to be fixed. 2006-09-08 11:02:56 +02:00
secext.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
security.h secur32: Only include secext.h when asked to. 2006-09-29 17:52:40 +02:00
sensapi.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
sensevts.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
servprov.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
setupapi.h setupapi: Implement SetupDiDeleteDevRegKey. 2007-10-15 12:10:02 +02:00
sfc.h sfc_os: Add a prototype for SfcIsKeyProtected(). 2007-01-25 11:05:36 +01:00
shellapi.h include: Added definition for SEE_MASK_NOASYNC. 2007-11-13 21:33:37 +01:00
shldisp.idl include: Add the ShellFolderViewOC coclass. 2006-08-03 19:56:22 +02:00
shlguid.h include: Add IProgressDialog definitions. 2007-10-24 13:47:41 +02:00
shlobj.h shell32: Some undocumented defines and functions are now in the PSDK. 2007-11-12 12:56:38 +01:00
shlwapi.h shlwapi: SHRegDuplicateHKey() is now defined in the Windows SDK. 2007-10-24 14:13:01 +02:00
shobjidl.idl shobjidl.h: Add missing #include directives, and some commented-out ones as reminders. 2007-09-10 12:12:38 +02:00
shtypes.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
sipbase.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
snmp.h snmpapi: Fix the winapi_check warnings. 2007-01-26 12:55:56 +01:00
softpub.h softpub.h: Add missing definitions. 2007-10-09 17:52:46 +02:00
sql.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
sqlext.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
sqltypes.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
sspi.h include: Take care to not declare CtxtHandle and PCtxtHandle more than once when including both sspi.h and wincred.h. 2007-11-05 13:24:36 +01:00
stdole2.idl stdole2.tlb: Move stdole2.tlb generation to include to allow importlib from other IDLs. 2006-07-29 11:46:14 +02:00
storage.h include: Remove non-ASCII characters in headers for winelib compatibility. 2006-06-13 12:57:07 +02:00
strmif.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
svrapi.h svrapi: Added a stub svrapi.dll. 2006-09-08 14:48:04 +02:00
tapi.h tapi32: Add prototypes for lineInitializeExA/W(). 2007-10-29 12:04:55 +01:00
tchar.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
textserv.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
thread.h ntdll: Move private data to make room in the TEB for the activation context data. 2007-07-19 16:56:10 +02:00
tlhelp32.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
tmschema.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
tom.idl include: Remove unnecessary semicolons from idl. 2006-07-20 12:49:55 +02:00
twain.h include: Remove non-ASCII characters in headers for winelib compatibility. 2006-06-13 12:57:07 +02:00
unknwn.idl include: Add DO_NO_IMPORTS ifdefs where needed. 2007-06-08 15:49:36 +02:00
urlhist.idl include: Added urlhist.idl. 2006-10-26 13:04:53 +02:00
urlmon.idl urlmon: Add a stub for GetClassFileOrMime. 2007-10-22 14:54:39 +02:00
userenv.h userenv: Add a stub for UnloadUserProfile. 2007-09-21 12:05:42 +02:00
usp10.h usp10: Implement ScriptString_pSize. 2006-12-24 13:08:29 +01:00
uuids.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
uxtheme.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
vdmdbg.h vdmdbg: Add a stub implementation of VDMEnumTaskWOW. 2007-07-17 14:12:19 +02:00
ver.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
vfw.h avifil32: Fix prototype for AVIStreamFindSample() to match the PSDK. 2007-10-16 09:37:45 +02:00
vfwmsgs.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
wfext.h acledit: Add wfext.h. 2007-11-13 13:36:51 +01:00
win.h user32: Make all internal user32 functions and variables hidden. 2007-11-07 19:46:29 +01:00
winbase.h kernel32: Implement GetThreadId. 2007-11-13 13:29:27 +01:00
wincon.h include: Add WINBASEAPI to the exported kernel32 functions. 2007-11-07 12:27:51 +01:00
wincred.h include: Add WINADVAPI to the exported advapi32 functions. 2007-11-07 12:27:27 +01:00
wincrypt.h wincrypt.h: Add values for KP_PADDING key param. 2007-11-29 13:34:43 +01:00
windef.h include: Get rid of the WINE_NO_LONG_AS_INT ifdefs. 2006-12-20 14:57:08 +01:00
windns.h dnsapi: Fix the DnsQueryConfig() prototype. 2007-09-18 11:21:17 +02:00
windows.h include/windows.h: Added _INC_WINDOWS declaration. 2006-09-14 11:10:31 +02:00
windowsx.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
winerror.h include: Fix the HRESULT_FROM_WIN32 macro to not change the HRESULT if the error is already an HRESULT. 2007-12-03 11:55:48 +01:00
wingdi.h include: Add WINGDIAPI to the exported gdi32 functions. 2007-11-07 12:26:49 +01:00
winhttp.h winhttp: Add WinHttpGetIEProxyConfigForCurrentUser stub. 2007-09-27 12:49:10 +02:00
wininet.h wininet.h: Add some more defines. 2007-10-16 09:35:27 +02:00
winineti.h wininet: Add a skeleton winineti.h header with fixed prototypes for [GS]etUrlCacheConfigInfo*(), DeleteIE3Cache() and IsUrlCacheEntryExpired*(). 2007-08-09 14:11:56 +02:00
winioctl.h include: Add some definitions to winioctl.h. 2007-08-23 13:35:18 +02:00
winldap.h wldap32: Explicitly specify CDECL calling convention on exported functions. 2006-06-12 21:34:46 +02:00
winnetwk.h includes: Make headers C++ compatible. 2007-09-27 20:12:13 +02:00
winnls.h include: Add WINBASEAPI to the exported kernel32 functions. 2007-11-07 12:27:51 +01:00
winnls32.h include: Remove non-ASCII characters in headers for winelib compatibility. 2006-06-13 12:57:07 +02:00
winnt.h include: Move Wine-specific EH_* defines from winnt.h to include/wine/exception.h. 2007-12-03 11:54:10 +01:00
winperf.h pdh: Add public headers. 2007-06-28 14:10:53 +02:00
winreg.h include: Add WINADVAPI to the exported advapi32 functions. 2007-11-07 12:27:27 +01:00
winresrc.h include: winres.h no longer exists in PSDK, fix winresrc.h includes. 2007-08-07 14:09:09 +02:00
winscard.h winscard: Add headers for the upcoming implementation of the winscard dll. 2007-05-15 18:09:00 +02:00
winsmcrd.h winscard: Add headers for the upcoming implementation of the winscard dll. 2007-05-15 18:09:00 +02:00
winsock.h include/winsock.h: Fix parenthesis mismatch. 2007-10-11 16:24:28 +02:00
winsock2.h ws2_32: Improve the prototypes Win64 compatibility by replacing long with LONG. 2007-06-04 12:49:22 +02:00
winspool.h include/winspool.h: Add missing struct. 2007-07-18 12:58:38 +02:00
winsvc.h include: Add WINADVAPI to the exported advapi32 functions. 2007-11-07 12:27:27 +01:00
wintab.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
wintabx.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
winternl.h include: Add NTSYSAPI to the exported ntdll functions. 2007-11-07 12:30:08 +01:00
wintrust.h wintrust: Add a prototype for WTHelperGetProvCertFromChain(). 2007-08-30 17:02:48 +02:00
winuser.h include: Add definitions used for AllowSetForegroundWindow and LockSetForegroundWindow. 2007-11-19 13:00:06 +01:00
winver.h version: Fix some Ver*() prototypes (especially wrt constness). 2007-09-10 12:13:41 +02:00
wmistr.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
wnaspi32.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
wownt32.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ws2spi.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
ws2tcpip.h include: Add NI_* defines and add a WS(socklen_t) type. 2006-07-13 16:25:38 +02:00
wshisotp.h includes: Remove unneeded extern "C" statements. 2007-09-27 20:12:10 +02:00
wsipx.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
wsnwlink.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
wtsapi32.h wtsapi32: Add a couple of related prototypes. 2007-10-15 14:06:42 +02:00
wtypes.idl Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
xcmc.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
xmldom.idl include: Remove unnecessary semicolons from idl. 2006-07-20 12:49:55 +02:00
xmldomdid.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
xmldso.idl include: Remove unnecessary semicolons from idl. 2006-07-20 12:49:55 +02:00
xmldsodid.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
zmouse.h Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00