Commit c3965bc5 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

Rename debug.h to debugtools.h.

parent 9caa71ee
......@@ -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"
...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment