wine-wine/dlls
Ove Kaaven 74eee411d5 Routed a couple of 16-bit avifile.dll handlers to the 32-bit
handlers... well, works for Civilization II.
2000-11-25 01:22:15 +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 MultiByteToWideChar() returns characters, not bytes. 2000-11-25 01:20:53 +00:00
commdlg Remove redundant includes. 2000-11-15 22:15:52 +00:00
crtdll Removed calls to Wine internal functions. 2000-11-16 04:14:19 +00:00
dciman32 Added stub for DCIOpenProvider. 2000-11-25 01:19:43 +00:00
ddraw We must include windef.h before wtypes.h (directly or indirectly). 2000-11-08 05:05:15 +00:00
dinput - reorganized DInput DLL 2000-11-05 20:25:02 +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 Check all Callouts function pointers for NULL before using them. 2000-11-08 22:47:53 +00:00
icmp Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
imagehlp Avoid linking with ntdll where possible. 2000-11-16 04:15:08 +00:00
imm32 Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
kernel Handle %ls same as %s. 2000-11-25 01:19:58 +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 pow() forward. 2000-11-25 01:21:56 +00:00
odbc32 Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
ole32 Simplified reg handling in CoGetClassObject, do not use RegQueryValueW. 2000-11-15 22:13:26 +00:00
oleaut32 Implemented VT_EMPTY to VT_BSTR type coercion. 2000-11-25 01:20:37 +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 Added some rpcrt4 stubs. 2000-11-15 22:11:50 +00:00
serialui Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
setupapi Replaced a few internal functions by exported ones. 2000-11-13 04:16:05 +00:00
shell32 Temp hack: do not import dlls that we link with at the ELF level. 2000-11-13 20:27:31 +00:00
shfolder Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
shlwapi Replaced HEAP_strdup* and lstrcpynAtoW calls by exported functions. 2000-11-16 00:28:52 +00:00
tapi32 Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
ttydrv Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
urlmon Start using import tables for dlls that can already support it. 2000-11-12 03:50:10 +00:00
user Moved standard syslevel APIs declaration to winbase.h. 2000-11-15 23:41:46 +00:00
version Avoid linking with ntdll where possible. 2000-11-16 04:15:08 +00:00
win32s Moved standard syslevel APIs declaration to winbase.h. 2000-11-15 23:41:46 +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 Avoid linking with ntdll where possible. 2000-11-16 04:15:08 +00:00
winmm Avoid linking with ntdll where possible. 2000-11-16 04:15:08 +00:00
winsock Declare debug channels in all dlls that need them; added imports of 2000-11-05 04:53:07 +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