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
@ -11,9 +11,8 @@ 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
|
||||||
@ -134,10 +133,8 @@ DLLs:
|
|||||||
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
|
avitools/ - AVI information viewer and player
|
||||||
clock/ - Graphical clock
|
clock/ - Graphical clock
|
||||||
@ -145,22 +142,25 @@ Winelib programs:
|
|||||||
control/ - Control panel
|
control/ - Control panel
|
||||||
expand/ - Decompress Lempel-Ziv compressed archive
|
expand/ - Decompress Lempel-Ziv compressed archive
|
||||||
notepad/ - Notepad with RichEdit functionality
|
notepad/ - Notepad with RichEdit functionality
|
||||||
osversioncheck/ - Check version of Windows being indicated
|
|
||||||
progman/ - Program manager
|
progman/ - Program manager
|
||||||
regapi/ - Command line Registry implementation
|
|
||||||
regedit/ - Registry editor
|
regedit/ - Registry editor
|
||||||
regsvr32/ - Register COM server
|
regsvr32/ - Register COM server
|
||||||
regtest/ - Registry testing program
|
|
||||||
rpcss/ - RPC services
|
rpcss/ - RPC services
|
||||||
rundll32/ - Execute DLL functions directly
|
rundll32/ - Execute DLL functions directly
|
||||||
|
start/ - Replacement for start.exe
|
||||||
uninstaller/ - Remove installed programs
|
uninstaller/ - Remove installed programs
|
||||||
view/ - Metafile viewer
|
view/ - Metafile viewer
|
||||||
wcmd/ - Command line interface
|
wcmd/ - Command line interface
|
||||||
|
wineboot/ - Wine bootstrap process
|
||||||
|
winecfg/ - Wine configuration utility
|
||||||
wineconsole/ - Console
|
wineconsole/ - Console
|
||||||
winedbg/ - Debugger
|
winedbg/ - Debugger
|
||||||
winefile/ - File manager
|
winefile/ - File manager
|
||||||
|
winemenubuilder/ - Helper program for building Unix menu entries
|
||||||
winemine/ - Mine game
|
winemine/ - Mine game
|
||||||
winepath/ - Translate between Wine and Unix paths
|
winepath/ - Translate between Wine and Unix paths
|
||||||
|
winetest/ - Wine testing shell
|
||||||
|
winevdm/ - Wine virtual DOS machine
|
||||||
winhelp/ - Help viewer
|
winhelp/ - Help viewer
|
||||||
winver/ - Windows Version Program
|
winver/ - Windows Version Program
|
||||||
|
|
||||||
@ -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…
x
Reference in New Issue
Block a user