Add new dlls and fix alphabetical location of a couple dlls.
This commit is contained in:
parent
c00b0b029a
commit
c5da9b2f3b
|
@ -15,10 +15,12 @@ DLLs (under dlls/):
|
|||
-------------------
|
||||
|
||||
advapi32/ - Crypto, systeminfo, security, eventlogging
|
||||
amstream/ - MultiMedia Streams
|
||||
avicap32/ - AVI capture window class
|
||||
avifil32/ - COM object to play AVI files
|
||||
cabinet/ - Cabinet file interface
|
||||
capi2032/ - Wrapper library for CAPI4Linux access
|
||||
cards/ - Card graphics
|
||||
cfgmgr32/ - Config manager
|
||||
comcat/ - Component category manager
|
||||
comctl32/ - Common controls
|
||||
|
@ -30,6 +32,7 @@ DLLs (under dlls/):
|
|||
d3d9/ - Direct3D (3D graphics)
|
||||
d3dim/ - Direct3D Immediate Mode
|
||||
d3dx8/ - Direct3D (3D graphics)
|
||||
dbghelp/ - Engine for symbol and module enumeration
|
||||
dciman32/ - DCI Manager (graphics)
|
||||
ddraw/ - DirectDraw (graphics)
|
||||
devenum/ - Device enumeration (part of DirectShow)
|
||||
|
@ -46,12 +49,15 @@ DLLs (under dlls/):
|
|||
dmusic32/ - DirectMusic Legacy Port
|
||||
dplay/ - DirectPlay (networking)
|
||||
dplayx/ - DirectPlay (networking)
|
||||
dpnet/ - DirectPlay (networking)
|
||||
dpnhpast/ - DirectPlay NAT Helper PAST
|
||||
dsound/ - DirectSound (audio)
|
||||
dswave/ - DirectMusic Wave
|
||||
dxdiagn/ - DirectX Diagnostic Tool
|
||||
gdi/ - GDI (graphics)
|
||||
glu32/ - OpenGL Utility library (graphics)
|
||||
glut32/ - OpenGL Utility Toolkit
|
||||
hhctrl.ocx/ - HHCTRL OCX implementation
|
||||
iccvid/ - Radius Cinepak Video Decoder
|
||||
icmp/ - ICMP protocol (networking)
|
||||
ifsmgr.vxd/ - IFSMGR VxD implementation
|
||||
|
@ -71,9 +77,9 @@ DLLs (under dlls/):
|
|||
msacm/winemp3/ - Mpeg Layer 3 Audio Codec
|
||||
msdmo/ - DirectX Media Objects
|
||||
mshtml/ - MS HTML component
|
||||
msi/ - Microsoft Installer
|
||||
msimg32/ - Gradient and transparency (graphics)
|
||||
msisys/ - System information
|
||||
msi/ - Microsoft Installer
|
||||
msnet32/ - Network interface
|
||||
msvcrt/ - C runtime library
|
||||
msvcrt20/ - C runtime library version 2.0
|
||||
|
@ -102,11 +108,13 @@ DLLs (under dlls/):
|
|||
richedit/ - Rich text editing control
|
||||
rpcrt4/ - Remote Procedure Call runtime
|
||||
rsabase/ - RSA encryption
|
||||
secur32/ - Contains Windows Security functions
|
||||
serialui/ - Serial port property pages
|
||||
setupapi/ - Setup interface
|
||||
setupx/ - Contains functions used by the Windows Setup
|
||||
shdocvw/ - Shell document object and control
|
||||
shfolder/ - Shell folder service
|
||||
shell32/ - COM object implementing shell views
|
||||
shfolder/ - Shell folder service
|
||||
shlwapi/ - Shell Light-Weight interface
|
||||
snmpapi/ - SNMP protocol interface (networking)
|
||||
sti/ - Still Image service
|
||||
|
@ -121,7 +129,7 @@ DLLs (under dlls/):
|
|||
vdhcp.vxd/ - VDHCP VxD implementation
|
||||
version/ - File installation library
|
||||
vmm.vxd/ - VMM VxD implementation
|
||||
vnb.vxd/ - VNB VxD implementation
|
||||
vnbt.vxd/ - VNBT VxD implementation
|
||||
vnetbios.vxd/ - VNETBIOS VxD implementation
|
||||
vtdapi.vxd/ - VTDAPI VxD implementation
|
||||
vwin32.vxd/ - VWIN32 VxD implementation
|
||||
|
@ -148,11 +156,11 @@ DLLs (under dlls/):
|
|||
winmm/wineoss/ - OSS audio driver
|
||||
winnls/ - National Language Support
|
||||
winsock/ - Sockets 2.0 (networking)
|
||||
wsock32/ - Sockets 1.1 (networking)
|
||||
wintab32/ - Tablet device interface
|
||||
winspool/ - Printing & Print Spooler
|
||||
wintab32/ - Tablet device interface
|
||||
wintrust/ - Trust verification interface
|
||||
wow32/ - WOW subsystem
|
||||
wsock32/ - Sockets 1.1 (networking)
|
||||
x11drv/ - X11 display driver (Wine specific)
|
||||
|
||||
Winelib programs (under programs/):
|
||||
|
|
Loading…
Reference in New Issue