wine-wine/dlls
Marcus Meissner 3c379ddc6b Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls. 2000-11-26 22:36:38 +00:00
..
advapi32 Declare debug channels in all dlls that need them; added imports of 2000-11-05 04:53:07 +00:00
avifil32 Routed a couple of 16-bit avifile.dll handlers to the 32-bit 2000-11-25 01:22:15 +00:00
comctl32 Corrected default values with help from Ulrich Czekalla. 2000-11-26 22:35:01 +00:00
commdlg Fixed some issues found by winapi_check. 2000-11-25 03:09:30 +00:00
crtdll Added entry point flags -noimport, -norelay, -ret64 and -i386. 2000-11-26 04:31:48 +00:00
dciman32 Fixed some issues found by winapi_check. 2000-11-26 04:03:10 +00:00
ddraw Make sure all files using config.h constants actually #include "config.h" 2000-11-26 04:04:21 +00:00
dinput Fixed some issues found by winapi_check. 2000-11-25 03:09:30 +00:00
dplay Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
dplayx Avoid linking with ntdll where possible. 2000-11-16 04:15:08 +00:00
dsound Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
gdi WinG was written for 8bpp DIBs, so some apps assume that, so always 2000-11-25 01:23:12 +00:00
icmp Added checking for netdb.h. 2000-11-26 04:00:53 +00:00
imagehlp Implemented PE file checksum calculation. 2000-11-25 01:28:09 +00:00
imm32 Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
kernel Added entry point flags -noimport, -norelay, -ret64 and -i386. 2000-11-26 04:31:48 +00:00
lzexpand Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
mpr Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
msacm Avoid linking with ntdll where possible. 2000-11-16 04:15:08 +00:00
msnet32 Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
msvideo Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
ntdll Added entry point flags -noimport, -norelay, -ret64 and -i386. 2000-11-26 04:31:48 +00:00
odbc32 Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
ole32 Fixed some issues found by winapi_check. 2000-11-26 04:03:10 +00:00
oleaut32 - support for arguments with referenced types 2000-11-25 23:51:30 +00:00
olecli Avoid linking with ntdll where possible. 2000-11-16 04:15:08 +00:00
oledlg Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
olepro32 Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
olesvr Avoid linking with ntdll where possible. 2000-11-16 04:15:08 +00:00
opengl32 Declare debug channels in all dlls that need them; added imports of 2000-11-05 04:53:07 +00:00
psapi Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
rasapi32 Avoid linking with ntdll where possible. 2000-11-16 04:15:08 +00:00
richedit Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
rpcrt4 Fixed some issues found by winapi_check. 2000-11-25 03:09:30 +00:00
serialui Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
setupapi Fixed some issues found by winapi_check. 2000-11-25 03:09:30 +00:00
shell32 Added a few forwards. 2000-11-25 21:43:48 +00:00
shfolder Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
shlwapi Added a few forwards. 2000-11-25 21:43:48 +00:00
tapi32 Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
ttydrv Implemented Get/SetDIBColorTable. 2000-11-25 21:42:00 +00:00
urlmon Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
user Fixed typos. 2000-11-25 21:43:04 +00:00
version Avoid linking with ntdll where possible. 2000-11-16 04:15:08 +00:00
win32s Added a few forwards. 2000-11-25 21:43:48 +00:00
winaspi Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
wineps Added Russian resources to the Postscript driver. 2000-11-09 20:26:11 +00:00
wininet Added checking for netdb.h. 2000-11-26 04:00:53 +00:00
winmm Make sure all files using config.h constants actually #include "config.h" 2000-11-26 04:04:21 +00:00
winsock Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls. 2000-11-26 22:36:38 +00:00
winspool Replaced a few internal functions by exported ones. 2000-11-13 04:16:05 +00:00
wow32 Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
wsock32 Declare debug channels in all dlls that need them; added imports of 2000-11-05 04:53:07 +00:00
x11drv Allow desktop=N in the [x11drv] section of .winerc, instead of 2000-11-15 22:11:33 +00:00
.cvsignore Moved dll-specific make rules to a separate Makedll.rules file. 2000-03-04 22:31:27 +00:00
Makedll.rules.in We do not need to set SOVERSION for dlls. 2000-11-10 20:35:39 +00:00
Makefile.in Avoid linking with ntdll where possible. 2000-11-16 04:15:08 +00:00