From a3e183bd64ea1c463e919a47f4713c82dbfc9d64 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sun, 13 Mar 2005 21:34:15 +0000 Subject: [PATCH] Remove debug printf(). svn path=/trunk/; revision=14033 --- reactos/tools/widl/ChangeLog | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/reactos/tools/widl/ChangeLog b/reactos/tools/widl/ChangeLog index 2ef3ca208fd..c636ed1a9e9 100644 --- a/reactos/tools/widl/ChangeLog +++ b/reactos/tools/widl/ChangeLog @@ -1,5 +1,12 @@ ChangeLog +2005-03-13 ekohl + + tools/widl/server.c + +Remove debug printf(). + + 2005-03-13 jimtabor tools/widl/write_msft.c @@ -16,12 +23,6 @@ Fixup *nix port, added include fcntl.h and unistd.h. -Wall -Werror and fix warnings -2005-03-13 ekohl - - tools/widl/client.c - -Fix gcc warnings in generated client stub. - 2005-03-13 ekohl