From: Hartmut Birr
gvg(a)svn.reactos.com wrote:
+void
+DbgPrint(const char *Fmt, ...)
I've compile problems, because DbgPrint is defined in many headers as:
unsigned long __cdecl DbgPrint(char* Fmt, ...);
Ah, ok, I misunderstood, you mean I got the function signature wrong. Will
fix it.
GvG