Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Mayr
wine
Commits
7d2aefd8
Commit
7d2aefd8
authored
21 years ago
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
21 years ago
Browse files
Options
Downloads
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
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DEVELOPERS-HINTS
+20
-12
20 additions, 12 deletions
DEVELOPERS-HINTS
with
20 additions
and
12 deletions
DEVELOPERS-HINTS
+
20
−
12
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
g
ug
-msgs
depending on the seriousness of the problem. (documentation/de
b
ug
ging.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
/debug
ging
MORE INFO
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment