X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Flib%2Finflib%2Fbuilddep.h;h=5cd458708b4f1530c55a7cedc2dcddcc843b6922;hp=faee96e7bedebe8596f7d156c7cc5f6966a7c074;hb=9ac03e5aae9c01141e17b0ff2485cb674c10c63e;hpb=1a1c4e47a7161be193aeecd8517f4bd7739842c4 diff --git a/reactos/lib/inflib/builddep.h b/reactos/lib/inflib/builddep.h index faee96e7bed..5cd458708b4 100644 --- a/reactos/lib/inflib/builddep.h +++ b/reactos/lib/inflib/builddep.h @@ -44,7 +44,7 @@ typedef char TCHAR, *PTCHAR, *PTSTR; #define _tcstol strtol #define STRFMT "%s" -extern void DbgPrint(const char *Fmt, ...); +extern unsigned long DbgPrint(char *Fmt, ...); #else /* ! defined(INFLIB_HOST) */