Update of DEVELOPERS-HINTS to reflect the current state of Wine.
This commit is contained in:
parent
09537b76f7
commit
2028110222
|
@ -16,10 +16,9 @@ Wine API directories:
|
||||||
KERNEL:
|
KERNEL:
|
||||||
|
|
||||||
files/ - file I/O
|
files/ - file I/O
|
||||||
loader/ - Win16-, Win32-binary loader
|
|
||||||
memory/ - memory management
|
memory/ - memory management
|
||||||
msdos/ - DOS features and BIOS calls (interrupts)
|
|
||||||
scheduler/ - process and thread management
|
scheduler/ - process and thread management
|
||||||
|
winnls/ - National Language Support configuration files
|
||||||
|
|
||||||
GDI:
|
GDI:
|
||||||
|
|
||||||
|
@ -30,6 +29,7 @@ GDI:
|
||||||
psdrv/ - PostScript graphics driver
|
psdrv/ - PostScript graphics driver
|
||||||
metafiledrv/ - metafile driver
|
metafiledrv/ - metafile driver
|
||||||
enhmetafiledrv/ - enhanced metafile driver
|
enhmetafiledrv/ - enhanced metafile driver
|
||||||
|
wing/ - WinG (for games) internface
|
||||||
objects/ - logical objects
|
objects/ - logical objects
|
||||||
|
|
||||||
USER:
|
USER:
|
||||||
|
@ -42,12 +42,20 @@ Other DLLs:
|
||||||
|
|
||||||
dlls/ - Other system DLLs implemented by Wine
|
dlls/ - Other system DLLs implemented by Wine
|
||||||
advapi32/ - crypto, systeminfo, security, eventlogging
|
advapi32/ - crypto, systeminfo, security, eventlogging
|
||||||
|
avicap32/
|
||||||
avifil32/ - COM object to play AVI files
|
avifil32/ - COM object to play AVI files
|
||||||
comctl32/ - common controls
|
comctl32/ - common controls
|
||||||
commdlg/ - common dialog boxes (both 16 & 32 bit)
|
commdlg/ - common dialog boxes (both 16 & 32 bit)
|
||||||
crtdll/ - Old C runtime library
|
crtdll/ - Old C runtime library
|
||||||
|
crypt32/
|
||||||
|
dciman32/
|
||||||
|
ddraw/ - DirectX ddraw
|
||||||
|
dinput/ - DirectX dinput
|
||||||
|
dplay/ - DirectX dplay
|
||||||
dplayx/ - DirectX dplayx
|
dplayx/ - DirectX dplayx
|
||||||
dsound/ - DirectX dsound
|
dsound/ - DirectX dsound
|
||||||
|
glu32/
|
||||||
|
icmp/
|
||||||
imagehlp/ - PE (Portable Executable) Image Helper lib
|
imagehlp/ - PE (Portable Executable) Image Helper lib
|
||||||
imm32/
|
imm32/
|
||||||
lzexpand/ - Liv-Zempel compression/decompression
|
lzexpand/ - Liv-Zempel compression/decompression
|
||||||
|
@ -55,34 +63,57 @@ Other DLLs:
|
||||||
network transport protocols)
|
network transport protocols)
|
||||||
msacm/ - audio compression manager (multimedia) (16 bit)
|
msacm/ - audio compression manager (multimedia) (16 bit)
|
||||||
msacm32/ - audio compression manager (multimedia) (32 bit)
|
msacm32/ - audio compression manager (multimedia) (32 bit)
|
||||||
|
msdmo/
|
||||||
|
msimg32/
|
||||||
|
msisys/
|
||||||
msnet/
|
msnet/
|
||||||
msvcrt/ - C runtime library
|
msrle32
|
||||||
|
msvcrt/ - 16 bit C runtime library
|
||||||
|
msvcrt20/ - 32 bit C runtime library
|
||||||
msvideo/ - 16 bit video manager
|
msvideo/ - 16 bit video manager
|
||||||
|
netapi32/
|
||||||
|
ntdll/ - NT implementation of kernel calls
|
||||||
|
odbc32/
|
||||||
ole32/ - 32 bit OLE 2.0 libraries
|
ole32/ - 32 bit OLE 2.0 libraries
|
||||||
oleaut32/ - 32 bit OLE 2.0 automation
|
oleaut32/ - 32 bit OLE 2.0 automation
|
||||||
olecli/ - 16 bit OLE client
|
olecli/ - 16 bit OLE client
|
||||||
oledlg/ - OLE 2.0 user interface support
|
oledlg/ - OLE 2.0 user interface support
|
||||||
|
olepro32/ - 32 bit OLE 2.0 automation
|
||||||
olesvr/ - 16 bit OLE server
|
olesvr/ - 16 bit OLE server
|
||||||
ntdll/ - NT implementation of kernel calls
|
opengl32/ - OpenGL implementation
|
||||||
psapi/ - process status API
|
psapi/ - process status API
|
||||||
|
qcap/
|
||||||
|
quartz/
|
||||||
rasapi32/ - remote access server API
|
rasapi32/ - remote access server API
|
||||||
|
richedit/
|
||||||
|
rpcrt4/
|
||||||
|
serialui/
|
||||||
|
setupapi/
|
||||||
|
shdocvw/
|
||||||
|
shfolder/
|
||||||
shell32/ - COM object implementing shell views
|
shell32/ - COM object implementing shell views
|
||||||
sound/ - Sound on loudspeaker (not sound card)
|
shlwapi/
|
||||||
|
sti/
|
||||||
tapi32/ - telephone API
|
tapi32/ - telephone API
|
||||||
|
url
|
||||||
|
urlmon
|
||||||
ver/ - File Installation Library (16 bit)
|
ver/ - File Installation Library (16 bit)
|
||||||
version/ - File Installation Library (32 bit)
|
version/ - File Installation Library (32 bit)
|
||||||
win32s
|
win32s/
|
||||||
win87em - 80387 math-emulation
|
win87em/ - 80387 math-emulation
|
||||||
winaspi/ - 16 bit Advanced SCSI Peripheral Interface
|
winaspi/ - 16 bit Advanced SCSI Peripheral Interface
|
||||||
windebug/ - Windows debugger
|
winedos/ - DOS features and BIOS calls (interrupts)
|
||||||
wing/ - WinG (for games) internface
|
|
||||||
winmm/ - multimedia (16 & 32 bit)
|
winmm/ - multimedia (16 & 32 bit)
|
||||||
mciXXX/ - various MCI drivers
|
mciXXX/ - various MCI drivers
|
||||||
|
midimap/- midi mapper
|
||||||
|
wavemap/- audio mapper
|
||||||
winearts/ - ARTS audio driver
|
winearts/ - ARTS audio driver
|
||||||
wineoss/- MM driver for OSS systems
|
wineoss/- MM driver for OSS systems
|
||||||
wavemap/- audio mapper
|
winnls/ - National Language Support
|
||||||
midimap/- midi mapper
|
winsock/
|
||||||
winspool/ - Printing & Print Spooler
|
wsock32/
|
||||||
|
winspool/ - Printing & Print Spooler
|
||||||
|
wintrust/
|
||||||
wnaspi32/ - 32 bit ASPI
|
wnaspi32/ - 32 bit ASPI
|
||||||
|
|
||||||
Miscellaneous:
|
Miscellaneous:
|
||||||
|
@ -90,14 +121,10 @@ Miscellaneous:
|
||||||
misc/ - shell, registry, winsock, etc.
|
misc/ - shell, registry, winsock, etc.
|
||||||
ipc/ - SysV IPC based interprocess communication
|
ipc/ - SysV IPC based interprocess communication
|
||||||
win32/ - misc Win32 functions
|
win32/ - misc Win32 functions
|
||||||
ole/ - OLE code
|
|
||||||
nls/ - National Language Support
|
|
||||||
configuration files
|
|
||||||
|
|
||||||
Tools:
|
Tools:
|
||||||
------
|
------
|
||||||
|
|
||||||
rc/ - old resource compiler
|
|
||||||
tools/ - relay code builder, new rc, bugreport
|
tools/ - relay code builder, new rc, bugreport
|
||||||
generator, wineconfigurator, etc.
|
generator, wineconfigurator, etc.
|
||||||
documentation/ - some documentation
|
documentation/ - some documentation
|
||||||
|
|
Loading…
Reference in New Issue