Rename debug.h to debugtools.h.

oldstable
Michael Stefaniuc 2001-11-30 23:07:30 +00:00 committed by Alexandre Julliard
parent 9caa71eef4
commit c3965bc5d0
1 changed files with 3 additions and 3 deletions

View File

@ -209,7 +209,7 @@ WARN(reg, "Could not access key!\n");
channel <literal>xxx</literal>, do:
</para>
<programlisting>
#include "debug.h"
#include "debugtools.h"
....
@ -219,7 +219,7 @@ YYY(xxx, "&lt;message>", ...);
Some examples from the code:
</para>
<programlisting>
#include "debug.h"
#include "debugtools.h"
...
@ -500,7 +500,7 @@ LPSTR debugres(const void *id);
Thus, to use it, do something on the following lines:
</para>
<programlisting>
#include "debug.h"
#include "debugtools.h"
...