commit | 383da68cf92c1ca596db8ce99274442bb0d1885f | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Feb 10 22:15:21 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 10 22:15:21 2000 +0000 |
tree | fc66986c9be223862b58c5cf09c55c82a854e4b7 | |
parent | fc296da4e205b24d6672e3bf0ad358404d8aa9ee [diff] [blame] |
Optimized debugging API to reduce code size.
diff --git a/dlls/advapi32/registry.c b/dlls/advapi32/registry.c index 3e49411..34feb67 100644 --- a/dlls/advapi32/registry.c +++ b/dlls/advapi32/registry.c
@@ -13,6 +13,7 @@ */ #include <stdlib.h> +#include <stdio.h> #include <unistd.h> #include "winbase.h" @@ -25,7 +26,7 @@ #include "server.h" #include "debugtools.h" -DEFAULT_DEBUG_CHANNEL(reg) +DEFAULT_DEBUG_CHANNEL(reg); /* Ansi->Unicode conversion without string delimiters */