Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
7d2aefd8
Commit
7d2aefd8
authored
Sep 22, 2003
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Sep 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the directory list, tidy it up in the process.
A few fixes for obsolete filenames in the debugging hints.
parent
81be7f78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
12 deletions
+20
-12
DEVELOPERS-HINTS
DEVELOPERS-HINTS
+20
-12
No files found.
DEVELOPERS-HINTS
View file @
7d2aefd8
...
...
@@ -48,8 +48,8 @@ DLLs:
dpnhpast/ - DirectPlay NAT Helper
dsound/ - DirectSound (audio)
gdi/ - GDI (graphics)
enhmetafile
drv/ - Enhanced metafile driver
metafile
drv/ - Metafile driver
gdi/enhmf
drv/ - Enhanced metafile driver
gdi/mf
drv/ - Metafile driver
glu32/ - OpenGL Utility library (graphics)
icmp/ - ICMP protocol (networking)
imagehlp/ - PE (Portable Executable) Image Helper lib
...
...
@@ -107,13 +107,17 @@ DLLs:
wineps/ - Postscript driver (Wine specific)
wininet/ - Internet extensions
winmm/ - Multimedia (16 & 32 bit)
mciXXX/ - Various MCI drivers
midimap/ - MIDI mapper
wavemap/ - Audio mapper
winealsa/ - ALSA audio driver
winearts/ - aRts audio driver
winejack/ - JACK audio server driver
wineoss/ - OSS audio driver
winmm/mcianim/ - MCI animation driver
winmm/mciavi/ - MCI video driver
winmm/mcicda/ - MCI audio CD driver
winmm/mciseq/ - MCI MIDI driver
winmm/mciwave/ - MCI wave driver
winmm/midimap/ - MIDI mapper
winmm/wavemap/ - Audio mapper
winmm/winealsa/ - ALSA audio driver
winmm/winearts/ - aRts audio driver
winmm/winejack/ - JACK audio server driver
winmm/wineoss/ - OSS audio driver
winnls/ - National Language Support
winsock/ - Sockets 2.0 (networking)
wsock32/ - Sockets 1.1 (networking)
...
...
@@ -160,10 +164,14 @@ Support programs, libraries, etc:
documentation/ - some documentation
include/ - Windows standard includes
libs/ - the Wine libraries
libs/port/ - portability library
libs/unicode/ - Unicode support shared
libs/uuid/ - Windows-compatible UUID numbers
libs/wine/ - Wine bootstrap library
libs/wpp/ - C preprocessor
miscemu/ - the main Wine program
server/ - the Wine server
tools/ - relay code builder, resource compiler, etc.
unicode/ - Unicode support shared
Miscellaneous:
...
...
@@ -489,7 +497,7 @@ like this:
WARN("abc..."); or
ERR("abc...");
depending on the seriousness of the problem. (documentation/de
gug-msgs
depending on the seriousness of the problem. (documentation/de
bugging.sgml
explains when it is appropriate to use each of them). You need to declare
the debug channel name at the top of the file (after the includes) using
the WINE_DEFAULT_DEBUG_CHANNEL macro, like so:
...
...
@@ -511,7 +519,7 @@ eliminate the dead code.
For more info about debugging messages, read:
documentation/debug-msgs
http://www.winehq.org/site/docs/wine-devel/debugging
MORE INFO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment