Commit 2d088c02 authored by Dimi Paun's avatar Dimi Paun Committed by Alexandre Julliard

Resync with the latest DLLs that were added and/or moved.

parent c2cb39b8
...@@ -14,6 +14,7 @@ listed here are "stubbed out", meaning they still need to be implemented. ...@@ -14,6 +14,7 @@ listed here are "stubbed out", meaning they still need to be implemented.
DLLs (under dlls/): DLLs (under dlls/):
------------------- -------------------
activeds/ - Active Directory Service Interface
advapi32/ - Crypto, systeminfo, security, eventlogging advapi32/ - Crypto, systeminfo, security, eventlogging
advpack/ - Reads and verifies .INF files advpack/ - Reads and verifies .INF files
amstream/ - MultiMedia Streams amstream/ - MultiMedia Streams
...@@ -73,6 +74,7 @@ DLLs (under dlls/): ...@@ -73,6 +74,7 @@ DLLs (under dlls/):
kernel/ - The Windows kernel kernel/ - The Windows kernel
lzexpand/ - Lempel-Ziv compression/decompression lzexpand/ - Lempel-Ziv compression/decompression
mapi32/ - Mail interface mapi32/ - Mail interface
midimap/ - MIDI mapper
mlang/ - Multi Language Support mlang/ - Multi Language Support
mmdevldr.vxd/ - MMDEVLDR VxD implementation mmdevldr.vxd/ - MMDEVLDR VxD implementation
monodebg.vxd/ - MONODEBG VxD implementation monodebg.vxd/ - MONODEBG VxD implementation
...@@ -101,6 +103,7 @@ DLLs (under dlls/): ...@@ -101,6 +103,7 @@ DLLs (under dlls/):
newdev/ - New Hardware Device Library newdev/ - New Hardware Device Library
ntdll/ - NT implementation of kernel calls ntdll/ - NT implementation of kernel calls
odbc32/ - Open DataBase Connectivity driver manager odbc32/ - Open DataBase Connectivity driver manager
odbccp32/ - Open DataBase Connectivity driver installer
ole32/ - 32 bit OLE 2.0 libraries ole32/ - 32 bit OLE 2.0 libraries
oleacc/ - OLE accessibility support oleacc/ - OLE accessibility support
oleaut32/ - 32 bit OLE 2.0 automation oleaut32/ - 32 bit OLE 2.0 automation
...@@ -118,7 +121,7 @@ DLLs (under dlls/): ...@@ -118,7 +121,7 @@ DLLs (under dlls/):
richedit/ - Rich text editing control richedit/ - Rich text editing control
rpcrt4/ - Remote Procedure Call runtime rpcrt4/ - Remote Procedure Call runtime
rsabase/ - RSA encryption rsabase/ - RSA encryption
rsaenh/ - Crypto API that provides algorithms for DES, 3DES, and RSA among others rsaenh/ - Crypto API (DES, 3DES, RSA, etc.)
secur32/ - Contains Windows Security functions secur32/ - Contains Windows Security functions
sensapi/ - System Event Notification Service sensapi/ - System Event Notification Service
serialui/ - Serial port property pages serialui/ - Serial port property pages
...@@ -128,6 +131,7 @@ DLLs (under dlls/): ...@@ -128,6 +131,7 @@ DLLs (under dlls/):
shfolder/ - Shell folder service shfolder/ - Shell folder service
shlwapi/ - Shell Light-Weight interface shlwapi/ - Shell Light-Weight interface
snmpapi/ - SNMP protocol interface (networking) snmpapi/ - SNMP protocol interface (networking)
stdole2.tlb/ - OLE Automation typelib
stdole32.tlb/ - Standard OLE typelib stdole32.tlb/ - Standard OLE typelib
sti/ - Still Image service sti/ - Still Image service
tapi32/ - Telephone interface tapi32/ - Telephone interface
...@@ -135,7 +139,7 @@ DLLs (under dlls/): ...@@ -135,7 +139,7 @@ DLLs (under dlls/):
twain/ - TWAIN Imaging device communications twain/ - TWAIN Imaging device communications
unicows/ - Unicows replacement (Unicode layer for Win9x) unicows/ - Unicows replacement (Unicode layer for Win9x)
url/ - Internet shortcut shell extension url/ - Internet shortcut shell extension
urlmon/ - URL Moniker allows binding to a URL (like KIO/gnome-vfs) urlmon/ - URL Moniker allows binding to a URL
user/ - Window management, standard controls, etc. user/ - Window management, standard controls, etc.
uxtheme/ - Theme library uxtheme/ - Theme library
vdhcp.vxd/ - VDHCP VxD implementation vdhcp.vxd/ - VDHCP VxD implementation
...@@ -149,7 +153,7 @@ DLLs (under dlls/): ...@@ -149,7 +153,7 @@ DLLs (under dlls/):
win32s/ - 32-bit function access for 16-bit systems win32s/ - 32-bit function access for 16-bit systems
winaspi/ - 16 bit Advanced SCSI Peripheral Interface winaspi/ - 16 bit Advanced SCSI Peripheral Interface
wined3d/ - Wine internal Direct3D helper wined3d/ - Wine internal Direct3D helper
winedos/ - DOS features and BIOS calls (interrupts) (wine specific) winedos/ - DOS features and BIOS calls (Wine specific)
wineps/ - Postscript driver (Wine specific) wineps/ - Postscript driver (Wine specific)
wininet/ - Internet extensions wininet/ - Internet extensions
winmm/ - Multimedia (16 & 32 bit) winmm/ - Multimedia (16 & 32 bit)
...@@ -159,7 +163,6 @@ DLLs (under dlls/): ...@@ -159,7 +163,6 @@ DLLs (under dlls/):
winmm/mcicda/ - MCI audio CD driver winmm/mcicda/ - MCI audio CD driver
winmm/mciseq/ - MCI MIDI driver winmm/mciseq/ - MCI MIDI driver
winmm/mciwave/ - MCI wave driver winmm/mciwave/ - MCI wave driver
winmm/midimap/ - MIDI mapper
winmm/wavemap/ - Audio mapper winmm/wavemap/ - Audio mapper
winmm/winealsa/ - ALSA audio driver winmm/winealsa/ - ALSA audio driver
winmm/winearts/ - aRts audio driver winmm/winearts/ - aRts audio driver
...@@ -218,7 +221,7 @@ Support programs, libraries, etc: ...@@ -218,7 +221,7 @@ Support programs, libraries, etc:
dlls/dxerr8/ - DirectX 8 error import lib dlls/dxerr8/ - DirectX 8 error import lib
dlls/dxerr9/ - DirectX 9 error import lib dlls/dxerr9/ - DirectX 9 error import lib
dlls/dxguid/ - DirectX UUID import lib dlls/dxguid/ - DirectX UUID import lib
dlls/strmiids/ - Exports class (CLSIDs) and interface (IIDs) identifiers dlls/strmiids/ - Exports class CLSIDs and interface IIDs
dlls/uuid/ - Windows-compatible UUID import lib dlls/uuid/ - Windows-compatible UUID import lib
documentation/ - some documentation documentation/ - some documentation
documentation/samples/ - sample configuration files documentation/samples/ - sample configuration files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment