Rename debug.h to debugtools.h.

This commit is contained in:
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: channel <literal>xxx</literal>, do:
</para> </para>
<programlisting> <programlisting>
#include "debug.h" #include "debugtools.h"
.... ....
@ -219,7 +219,7 @@ YYY(xxx, "&lt;message>", ...);
Some examples from the code: Some examples from the code:
</para> </para>
<programlisting> <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: Thus, to use it, do something on the following lines:
</para> </para>
<programlisting> <programlisting>
#include "debug.h" #include "debugtools.h"
... ...