wine-wine/dlls
Francois Gouget 6b1e83281b Update FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to match the latest
platform SDK. This helps compile the ntdll tests on Windows.
2004-08-22 22:28:53 +00:00
..
advapi32 Enable ERROR_MORE_DATA to be set in CryptGetDefaultProvider. 2004-08-20 19:25:35 +00:00
amstream Added 'strmiids.lib'. 2004-08-19 19:31:20 +00:00
atl Implemented DllRegisterServer and DllUnregisterServer. 2004-08-13 00:38:59 +00:00
avicap32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
avifil32 Added Czech resources. 2004-08-16 20:02:09 +00:00
cabinet .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
capi2032 Newer dependent linux headers have __user notations, which we need to 2004-08-17 22:08:43 +00:00
cards jr.bmp isn't generated. 2004-03-31 20:10:27 +00:00
cfgmgr32 Updated to include functions from windows 98SE. 2004-05-03 20:05:11 +00:00
comcat Moved ICOM_THIS_MULTI definition out of objbase.h and into the files 2004-08-13 00:44:22 +00:00
comctl32 Test case for hotspot handling. 2004-08-22 01:59:55 +00:00
commdlg Y coordinate of the "magic" static control should be treated 2004-08-22 22:26:22 +00:00
crtdll .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
crypt32 Added stub for CertFindCertificateInStore. 2004-08-09 22:55:35 +00:00
ctl3d Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
d3d8 Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
d3d9 Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
d3dim Updated the version info of all DirectX dlls to the version numbers of 2004-05-14 21:37:32 +00:00
d3drm Changed my name, so update copyright info. 2004-05-27 02:25:13 +00:00
d3dx8 Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
d3dxof Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
dbghelp Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dciman32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
ddraw Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
devenum Added 'strmiids.lib'. 2004-08-19 19:31:20 +00:00
dinput Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
dinput8 Updated the version info of all DirectX dlls to the version numbers of 2004-05-14 21:37:32 +00:00
dmband Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dmcompos Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dmime Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dmloader Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dmscript Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dmstyle Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dmsynth Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dmusic Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dmusic32 Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dplay - add version info to dplay.dll 2004-05-21 20:54:47 +00:00
dplayx Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
dpnet Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
dpnhpast Updated the version info of all DirectX dlls to the version numbers of 2004-05-14 21:37:32 +00:00
dsound Remove wine specific DRV_QUERYDSOUNDGUID message and calculate it in 2004-08-20 20:01:31 +00:00
dswave Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dxdiagn Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
dxerr8 Make Unicode strings static const. 2004-04-20 01:12:17 +00:00
dxerr9 Make Unicode strings static const. 2004-04-20 01:12:17 +00:00
dxguid Removes dsconf IIDs from dxguid.lib. 2004-07-22 19:40:44 +00:00
gdi Remove these Wine-only types: 2004-08-22 02:07:13 +00:00
glu32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
glut32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
hhctrl.ocx HeapAlloc for WSTR must allocate len* sizeof(WCHARS). 2004-06-30 18:17:07 +00:00
iccvid Support 15- and 16-bit colour output. 2004-06-14 16:56:58 +00:00
icmp Get rid of non-standard ERROR_UNKNOWN value. 2004-04-12 23:15:11 +00:00
ifsmgr.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
imagehlp Implementation of TouchFileTimes(), thanks to Florian Stinglmayr for 2004-07-30 04:22:44 +00:00
imm32 Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
iphlpapi It's OK to have dwNumEntries == 0 if there is no network connection. 2004-05-06 23:39:59 +00:00
kernel Remove types that don't exist from tests.dat. 2004-08-19 20:34:42 +00:00
lzexpand Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
mapi32 Terminate test loop on the first error to avoid excessive log volume. 2004-08-16 23:18:48 +00:00
mlang Implement IMultiLanguage2_GetCharsetInfo, add a test case for it. 2004-08-16 21:08:06 +00:00
mmdevldr.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
monodebg.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
mpr Added Czech resources. 2004-08-16 20:02:09 +00:00
msacm Added Czech resources. 2004-08-16 20:02:09 +00:00
msdmo Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
mshtml Added 'strmiids.lib'. 2004-08-19 19:31:20 +00:00
msi Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
msimg32 Partial stub of GdiAlphaBlend/AlphaBlend. 2004-04-14 19:35:24 +00:00
msisys .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
msnet32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
msrle32 Added Czech resources. 2004-08-16 20:02:09 +00:00
msvcrt Remove these Wine-only types: 2004-08-22 02:07:13 +00:00
msvcrt20 Removed some functions that don't exist in msvcrt20 (reported by Jan 2004-07-22 23:45:58 +00:00
msvcrt40 Fixed the prototypes of the _adj_fdiv_* functions. 2004-05-12 23:22:36 +00:00
msvcrtd Added stub for _CrtCheckMemory. 2004-06-14 17:57:06 +00:00
msvidc32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
msvideo Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
mswsock .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
netapi32 Fix NetApiBufferReallocate and tests based on results from winetest. 2004-04-21 22:24:38 +00:00
newdev .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
ntdll Update FPO_DATA and IMAGE_LOAD_CONFIG_DIRECTORY to match the latest 2004-08-22 22:28:53 +00:00
odbc32 Set RTLD_GLOBAL when loading the odbc driver manager so that when it 2004-06-30 18:14:32 +00:00
ole32 Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
oleacc Stub implementations for LresultFromObject and 2004-03-29 23:04:46 +00:00
oleaut32 Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
olecli Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
oledlg Added Czech resources. 2004-08-16 20:02:09 +00:00
olepro32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
olesvr Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
opengl32 Move some OpenGL defines from the private wgl.h header to where they 2004-08-16 20:07:06 +00:00
psapi Fix tests of GetModuleFileNameA on 98/XP. 2004-07-12 19:46:53 +00:00
qcap Changed my name, so update copyright info. 2004-05-27 02:25:13 +00:00
quartz Added 'strmiids.lib'. 2004-08-19 19:31:20 +00:00
rasapi32 Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
richedit Remove dead code. 2004-08-09 18:52:32 +00:00
rpcrt4 Moved ICOM_THIS_MULTI definition out of objbase.h and into the files 2004-08-13 00:44:22 +00:00
rsabase Register TypeName registry key value. 2004-08-16 21:10:59 +00:00
secur32 Add stub implementation for GetComputerObjectName. 2004-07-12 19:52:47 +00:00
serialui Added Czech resources. 2004-08-16 20:02:09 +00:00
setupapi Added Czech resources. 2004-08-16 20:02:09 +00:00
shdocvw Get rid of the non-standard ICOM_VTABLE macro. 2004-08-12 23:00:51 +00:00
shell32 Moved declarations from undocshell.h to shlobj.h to match the latest 2004-08-22 22:27:31 +00:00
shfolder .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
shlwapi Don't define BEGIN_INTERFACE in unknwn.h. 2004-08-22 21:38:46 +00:00
snmpapi .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
sti .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
strmiids Added 'strmiids.lib'. 2004-08-19 19:31:20 +00:00
tapi32 Implementation of lineGetTranslateCaps. 2004-05-10 19:54:25 +00:00
ttydrv .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
twain Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
unicows .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
url .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
urlmon Moved ICOM_THIS_MULTI definition out of objbase.h and into the files 2004-08-13 00:44:22 +00:00
user The desktop process is not automatically restarted under Win95, so 2004-08-16 23:19:02 +00:00
uuid Added 'strmiids.lib'. 2004-08-19 19:31:20 +00:00
uxtheme Fixed some issues found by winapi_check. 2004-05-17 21:08:31 +00:00
vdhcp.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
vdmdbg Stubs to prevent taskmgr.exe from crashing or aborting during 2004-04-07 19:41:21 +00:00
version Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
vmm.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
vnbt.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
vnetbios.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
vtdapi.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
vwin32.vxd .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
win32s Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
winaspi Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
wined3d Fixed position of tmp.f assigned like in dlls/d3d8/shader.c. 2004-04-26 20:05:52 +00:00
winedos Fd type is no longer used, get rid of it. 2004-08-18 00:04:58 +00:00
wineps Added Czech resources. 2004-08-16 20:02:09 +00:00
wininet Fix type of DeleteIE3Cache function. 2004-08-19 19:57:37 +00:00
winmm Added support for multiple mixers. 2004-08-22 22:26:48 +00:00
winnls Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
winsock Fd type is no longer used, get rid of it. 2004-08-18 00:04:58 +00:00
winspool Fix first parameter of GetDefaultPrinterA|W. 2004-08-13 19:48:25 +00:00
wintab32 Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
wintrust .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
wow32 .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
wsock32 Make Unicode strings 'static const'. 2004-04-20 02:14:00 +00:00
x11drv Allow the user to move managed windows by dragging on HTCAPTION 2004-08-18 23:47:48 +00:00
.cvsignore
Makedll.rules.in Avoid some non-portable makefile constructs, and get rid of the 2004-08-11 23:59:06 +00:00
Makefile.in Added 'strmiids.lib'. 2004-08-19 19:31:20 +00:00
Maketest.rules.in Take advantage of the new winegcc -B support. 2004-03-09 04:54:07 +00:00
checklink.c
make_dlls ALTNAMES has been removed, use SPEC_SRCS16 instead. 2004-08-17 22:10:26 +00:00