diff --git a/reactos/lib/kernel32/file/iocompl.c b/reactos/lib/kernel32/file/iocompl.c index 17c745aa90c..ed2d6a6ccc4 100644 --- a/reactos/lib/kernel32/file/iocompl.c +++ b/reactos/lib/kernel32/file/iocompl.c @@ -1,4 +1,4 @@ -/* $Id: iocompl.c,v 1.11 2003/09/21 14:02:29 mf Exp $ +/* $Id: iocompl.c,v 1.12 2003/11/18 05:16:31 royce Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries @@ -12,8 +12,6 @@ #include -#include - /* * @implemented */ diff --git a/reactos/lib/kernel32/file/move.c b/reactos/lib/kernel32/file/move.c index a0ecfafac0e..1b7c79794b5 100644 --- a/reactos/lib/kernel32/file/move.c +++ b/reactos/lib/kernel32/file/move.c @@ -1,4 +1,4 @@ -/* $Id: move.c,v 1.10 2003/07/10 18:50:51 chorns Exp $ +/* $Id: move.c,v 1.11 2003/11/18 05:16:31 royce Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries @@ -15,7 +15,6 @@ #define NDEBUG #include -#include #define FILE_RENAME_SIZE MAX_PATH +sizeof(FILE_RENAME_INFORMATION) diff --git a/reactos/lib/kernel32/k32.h b/reactos/lib/kernel32/k32.h index 5564a9a31e7..b121cb1ce4b 100755 --- a/reactos/lib/kernel32/k32.h +++ b/reactos/lib/kernel32/k32.h @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include diff --git a/reactos/lib/kernel32/misc/errormsg.c b/reactos/lib/kernel32/misc/errormsg.c index 600a6982ec3..b8e952350d7 100644 --- a/reactos/lib/kernel32/misc/errormsg.c +++ b/reactos/lib/kernel32/misc/errormsg.c @@ -1,4 +1,4 @@ -/* $Id: errormsg.c,v 1.13 2003/11/16 12:56:44 mf Exp $ +/* $Id: errormsg.c,v 1.14 2003/11/18 05:17:22 royce Exp $ * * reactos/lib/kernel32/misc/errormsg.c * @@ -27,7 +27,7 @@ // #define NDEBUG #include -#include +/*#include */ #define USE_WINE_PORT diff --git a/reactos/lib/user32/misc/resources.c b/reactos/lib/user32/misc/resources.c index 3b6cc7495ff..0db11e42b27 100644 --- a/reactos/lib/user32/misc/resources.c +++ b/reactos/lib/user32/misc/resources.c @@ -1,7 +1,7 @@ #include #include #include -#include +/*#include */ /* FIXME: Currently IsBadWritePtr is implemented using VirtualQuery which does not seem to work properly for stack address space. */ diff --git a/reactos/lib/user32/misc/timer.c b/reactos/lib/user32/misc/timer.c index d00b3225847..2ffc1d56c8b 100644 --- a/reactos/lib/user32/misc/timer.c +++ b/reactos/lib/user32/misc/timer.c @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* $Id: timer.c,v 1.9 2003/10/04 22:36:36 weiden Exp $ +/* $Id: timer.c,v 1.10 2003/11/18 05:17:22 royce Exp $ * * PROJECT: ReactOS user32.dll * FILE: lib/user32/misc/dde.c @@ -29,7 +29,7 @@ /* INCLUDES ******************************************************************/ #include -#include +/*#include */ #include #include