mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
Streamline dlls/ and programs/ in terms of indentation.
Updated the programs/ (added and deleted a bunch of entries). Added the include/{msvcrt,wine} to the list of include dirs.
This commit is contained in:
parent
6c1785d88a
commit
ab9cd6e437
300
DEVELOPERS-HINTS
300
DEVELOPERS-HINTS
@ -11,158 +11,158 @@ there are also various tools, documentation, sample Winelib code, and
|
|||||||
code specific to the binary loader. Note that several of the libraries
|
code specific to the binary loader. Note that several of the libraries
|
||||||
listed here are "stubbed out", meaning they still need to be implemented.
|
listed here are "stubbed out", meaning they still need to be implemented.
|
||||||
|
|
||||||
DLLs:
|
DLLs (under dlls/):
|
||||||
-----
|
-------------------
|
||||||
dlls/ - All the DLLs implemented by Wine
|
|
||||||
|
|
||||||
advapi32/ - Crypto, systeminfo, security, eventlogging
|
advapi32/ - Crypto, systeminfo, security, eventlogging
|
||||||
avicap32/ - AVI capture window class
|
avicap32/ - AVI capture window class
|
||||||
avifil32/ - COM object to play AVI files
|
avifil32/ - COM object to play AVI files
|
||||||
cabinet/ - Cabinet file interface
|
cabinet/ - Cabinet file interface
|
||||||
capi2032/ - Wrapper library for CAPI4Linux access
|
capi2032/ - Wrapper library for CAPI4Linux access
|
||||||
cfgmgr32/ - Config manager
|
cfgmgr32/ - Config manager
|
||||||
comcat/ - Component category manager
|
comcat/ - Component category manager
|
||||||
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/ - Cryptography
|
crypt32/ - Cryptography
|
||||||
ctl3d/ - 3D Effects for Common GUI Components
|
ctl3d/ - 3D Effects for Common GUI Components
|
||||||
d3d8/ - Direct3D (3D graphics)
|
d3d8/ - Direct3D (3D graphics)
|
||||||
d3d9/ - Direct3D (3D graphics)
|
d3d9/ - Direct3D (3D graphics)
|
||||||
d3dim/ - Direct3D Immediate Mode
|
d3dim/ - Direct3D Immediate Mode
|
||||||
d3dx8/ - Direct3D (3D graphics)
|
d3dx8/ - Direct3D (3D graphics)
|
||||||
dciman32/ - DCI Manager (graphics)
|
dciman32/ - DCI Manager (graphics)
|
||||||
ddraw/ - DirectDraw (graphics)
|
ddraw/ - DirectDraw (graphics)
|
||||||
devenum/ - Device enumeration (part of DirectShow)
|
devenum/ - Device enumeration (part of DirectShow)
|
||||||
dinput/ - DirectInput (device input)
|
dinput/ - DirectInput (device input)
|
||||||
dinput8/ - DirectInput (device input)
|
dinput8/ - DirectInput (device input)
|
||||||
dmband/ - DirectMusic
|
dmband/ - DirectMusic
|
||||||
dmcompos/ - DirectMusic
|
dmcompos/ - DirectMusic
|
||||||
dmime/ - DirectMusic
|
dmime/ - DirectMusic
|
||||||
dmloader/ - DirectMusic
|
dmloader/ - DirectMusic
|
||||||
dmscript/ - DirectMusic
|
dmscript/ - DirectMusic
|
||||||
dmstyle/ - DirectMusic
|
dmstyle/ - DirectMusic
|
||||||
dmsynth/ - DirectMusic
|
dmsynth/ - DirectMusic
|
||||||
dmusic/ - DirectMusic
|
dmusic/ - DirectMusic
|
||||||
dmusic32/ - DirectMusic
|
dmusic32/ - DirectMusic
|
||||||
dplay/ - DirectPlay (networking)
|
dplay/ - DirectPlay (networking)
|
||||||
dplayx/ - DirectPlay (networking)
|
dplayx/ - DirectPlay (networking)
|
||||||
dpnhpast/ - DirectPlay NAT Helper
|
dpnhpast/ - DirectPlay NAT Helper
|
||||||
dsound/ - DirectSound (audio)
|
dsound/ - DirectSound (audio)
|
||||||
gdi/ - GDI (graphics)
|
gdi/ - GDI (graphics)
|
||||||
gdi/enhmfdrv/ - Enhanced metafile driver
|
gdi/enhmfdrv/ - Enhanced metafile driver
|
||||||
gdi/mfdrv/ - Metafile driver
|
gdi/mfdrv/ - Metafile driver
|
||||||
glu32/ - OpenGL Utility library (graphics)
|
glu32/ - OpenGL Utility library (graphics)
|
||||||
icmp/ - ICMP protocol (networking)
|
icmp/ - ICMP protocol (networking)
|
||||||
imagehlp/ - PE (Portable Executable) Image Helper lib
|
imagehlp/ - PE (Portable Executable) Image Helper lib
|
||||||
imm32/ - Input Method Manager
|
imm32/ - Input Method Manager
|
||||||
iphlpapi/ - IP Helper API
|
iphlpapi/ - IP Helper API
|
||||||
kernel/ - The Windows kernel
|
kernel/ - The Windows kernel
|
||||||
lzexpand/ - Lempel-Ziv compression/decompression
|
lzexpand/ - Lempel-Ziv compression/decompression
|
||||||
mapi32/ - Mail interface
|
mapi32/ - Mail interface
|
||||||
mpr/ - Multi-Protocol Router (networking)
|
mpr/ - Multi-Protocol Router (networking)
|
||||||
msacm/ - Audio Compression Manager (multimedia)
|
msacm/ - Audio Compression Manager (multimedia)
|
||||||
msdmo/ - DirectX Media Objects
|
msdmo/ - DirectX Media Objects
|
||||||
msimg32/ - Gradient and transparency (graphics)
|
msimg32/ - Gradient and transparency (graphics)
|
||||||
msisys/ - System information
|
msisys/ - System information
|
||||||
msi/ - Microsoft Installer
|
msi/ - Microsoft Installer
|
||||||
msnet32/ - Network interface
|
msnet32/ - Network interface
|
||||||
msvcrt/ - C runtime library
|
msvcrt/ - C runtime library
|
||||||
msvcrt20/ - C runtime library version 2.0
|
msvcrt20/ - C runtime library version 2.0
|
||||||
msvcrtd/ - C runtime library debugging
|
msvcrtd/ - C runtime library debugging
|
||||||
msvideo/ - 16 bit video manager
|
msvideo/ - 16 bit video manager
|
||||||
msvideo/msrle32/- Video codecs
|
msvideo/msrle32/ - Video codecs
|
||||||
mswsock/ - Misc networking
|
mswsock/ - Misc networking
|
||||||
netapi32/ - Network interface
|
netapi32/ - Network interface
|
||||||
ntdll/ - NT implementation of kernel calls
|
ntdll/ - NT implementation of kernel calls
|
||||||
odbc32/ - Open DataBase Connectivity driver manager
|
odbc32/ - Open DataBase Connectivity driver manager
|
||||||
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
|
olepro32/ - 32 bit OLE 2.0 automation
|
||||||
olesvr/ - 16 bit OLE server
|
olesvr/ - 16 bit OLE server
|
||||||
opengl32/ - OpenGL implementation (graphics)
|
opengl32/ - OpenGL implementation (graphics)
|
||||||
psapi/ - Process Status interface
|
psapi/ - Process Status interface
|
||||||
qcap/ - DirectShow runtime
|
qcap/ - DirectShow runtime
|
||||||
quartz/ - DirectShow runtime
|
quartz/ - DirectShow runtime
|
||||||
rasapi32/ - Remote Access Server interface
|
rasapi32/ - Remote Access Server interface
|
||||||
richedit/ - Rich text editing control
|
richedit/ - Rich text editing control
|
||||||
rpcrt4/ - Remote Procedure Call runtime
|
rpcrt4/ - Remote Procedure Call runtime
|
||||||
serialui/ - Serial port property pages
|
serialui/ - Serial port property pages
|
||||||
setupapi/ - Setup interface
|
setupapi/ - Setup interface
|
||||||
shdocvw/ - Shell document object and control
|
shdocvw/ - Shell document object and control
|
||||||
shfolder/ - Shell folder service
|
shfolder/ - Shell folder service
|
||||||
shell32/ - COM object implementing shell views
|
shell32/ - COM object implementing shell views
|
||||||
shlwapi/ - Shell Light-Weight interface
|
shlwapi/ - Shell Light-Weight interface
|
||||||
snmpapi/ - SNMP protocol interface (networking)
|
snmpapi/ - SNMP protocol interface (networking)
|
||||||
sti/ - Still Image service
|
sti/ - Still Image service
|
||||||
tapi32/ - Telephone interface
|
tapi32/ - Telephone interface
|
||||||
ttydrv/ - TTY display driver (Wine specific)
|
ttydrv/ - TTY display driver (Wine specific)
|
||||||
twain/ - TWAIN Imaging device communications
|
twain/ - TWAIN Imaging device communications
|
||||||
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 (like KIO/gnome-vfs)
|
||||||
user/ - Window management, standard controls, etc.
|
user/ - Window management, standard controls, etc.
|
||||||
uxtheme/ - Theme library
|
uxtheme/ - Theme library
|
||||||
version/ - File installation library
|
version/ - File installation library
|
||||||
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
|
||||||
winedos/ - DOS features and BIOS calls (interrupts) (wine specific)
|
winedos/ - DOS features and BIOS calls (interrupts) (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)
|
||||||
winmm/joystick/ - Joystick driver
|
winmm/joystick/ - Joystick driver
|
||||||
winmm/mcianim/ - MCI animation driver
|
winmm/mcianim/ - MCI animation driver
|
||||||
winmm/mciavi/ - MCI video driver
|
winmm/mciavi/ - MCI video driver
|
||||||
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/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
|
||||||
winmm/wineaudioio/ - audioio audio driver
|
winmm/wineaudioio/ - audioio audio driver
|
||||||
winmm/winejack/ - JACK audio server driver
|
winmm/winejack/ - JACK audio server driver
|
||||||
winmm/winenas/ - NAS audio driver
|
winmm/winenas/ - NAS audio driver
|
||||||
winmm/wineoss/ - OSS audio driver
|
winmm/wineoss/ - OSS audio driver
|
||||||
winnls/ - National Language Support
|
winnls/ - National Language Support
|
||||||
winsock/ - Sockets 2.0 (networking)
|
winsock/ - Sockets 2.0 (networking)
|
||||||
wsock32/ - Sockets 1.1 (networking)
|
wsock32/ - Sockets 1.1 (networking)
|
||||||
wintab32/ - Tablet device interface
|
wintab32/ - Tablet device interface
|
||||||
winspool/ - Printing & Print Spooler
|
winspool/ - Printing & Print Spooler
|
||||||
wintrust/ - Trust verification interface
|
wintrust/ - Trust verification interface
|
||||||
wow32/ - WOW subsystem
|
wow32/ - WOW subsystem
|
||||||
x11drv/ - X11 display driver (Wine specific)
|
x11drv/ - X11 display driver (Wine specific)
|
||||||
|
|
||||||
Winelib programs:
|
Winelib programs (under programs/):
|
||||||
-----------------
|
-----------------------------------
|
||||||
|
|
||||||
programs/ - All the Winelib programs
|
avitools/ - AVI information viewer and player
|
||||||
|
clock/ - Graphical clock
|
||||||
avitools/ - AVI information viewer and player
|
cmdlgtst/ - Common dialog tests
|
||||||
clock/ - Graphical clock
|
control/ - Control panel
|
||||||
cmdlgtst/ - Common dialog tests
|
expand/ - Decompress Lempel-Ziv compressed archive
|
||||||
control/ - Control panel
|
notepad/ - Notepad with RichEdit functionality
|
||||||
expand/ - Decompress Lempel-Ziv compressed archive
|
progman/ - Program manager
|
||||||
notepad/ - Notepad with RichEdit functionality
|
regedit/ - Registry editor
|
||||||
osversioncheck/ - Check version of Windows being indicated
|
regsvr32/ - Register COM server
|
||||||
progman/ - Program manager
|
rpcss/ - RPC services
|
||||||
regapi/ - Command line Registry implementation
|
rundll32/ - Execute DLL functions directly
|
||||||
regedit/ - Registry editor
|
start/ - Replacement for start.exe
|
||||||
regsvr32/ - Register COM server
|
uninstaller/ - Remove installed programs
|
||||||
regtest/ - Registry testing program
|
view/ - Metafile viewer
|
||||||
rpcss/ - RPC services
|
wcmd/ - Command line interface
|
||||||
rundll32/ - Execute DLL functions directly
|
wineboot/ - Wine bootstrap process
|
||||||
uninstaller/ - Remove installed programs
|
winecfg/ - Wine configuration utility
|
||||||
view/ - Metafile viewer
|
wineconsole/ - Console
|
||||||
wcmd/ - Command line interface
|
winedbg/ - Debugger
|
||||||
wineconsole/ - Console
|
winefile/ - File manager
|
||||||
winedbg/ - Debugger
|
winemenubuilder/ - Helper program for building Unix menu entries
|
||||||
winefile/ - File manager
|
winemine/ - Mine game
|
||||||
winemine/ - Mine game
|
winepath/ - Translate between Wine and Unix paths
|
||||||
winepath/ - Translate between Wine and Unix paths
|
winetest/ - Wine testing shell
|
||||||
winhelp/ - Help viewer
|
winevdm/ - Wine virtual DOS machine
|
||||||
winver/ - Windows Version Program
|
winhelp/ - Help viewer
|
||||||
|
winver/ - Windows Version Program
|
||||||
|
|
||||||
|
|
||||||
Support programs, libraries, etc:
|
Support programs, libraries, etc:
|
||||||
@ -170,6 +170,8 @@ Support programs, libraries, etc:
|
|||||||
|
|
||||||
documentation/ - some documentation
|
documentation/ - some documentation
|
||||||
include/ - Windows standard includes
|
include/ - Windows standard includes
|
||||||
|
include/msvcrt - MSVC compatible libc headers
|
||||||
|
include/wine - Wine specific headers
|
||||||
libs/ - the Wine libraries
|
libs/ - the Wine libraries
|
||||||
libs/port/ - portability library
|
libs/port/ - portability library
|
||||||
libs/unicode/ - Unicode support shared
|
libs/unicode/ - Unicode support shared
|
||||||
|
Loading…
Reference in New Issue
Block a user