From 054fcf9a85a745a8a02518b34cb55403e2cf5b95 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Thu, 5 Aug 2004 19:03:24 +0000 Subject: [PATCH] Fixed Names. svn path=/trunk/; revision=10405 --- reactos/lib/rtl/{generictbl.c => generictable.c} | 2 +- reactos/lib/rtl/makefile | 4 ++-- reactos/lib/rtl/{unicodeprfx.c => unicodeprefix.c} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename reactos/lib/rtl/{generictbl.c => generictable.c} (98%) rename reactos/lib/rtl/{unicodeprfx.c => unicodeprefix.c} (97%) diff --git a/reactos/lib/rtl/generictbl.c b/reactos/lib/rtl/generictable.c similarity index 98% rename from reactos/lib/rtl/generictbl.c rename to reactos/lib/rtl/generictable.c index a5fcd8d70ac..690070ac4ca 100644 --- a/reactos/lib/rtl/generictbl.c +++ b/reactos/lib/rtl/generictable.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: generictbl.c,v 1.1 2004/08/05 18:17:37 ion Exp $ +/* $Id: generictable.c,v 1.1 2004/08/05 19:03:24 ion Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries diff --git a/reactos/lib/rtl/makefile b/reactos/lib/rtl/makefile index 57b587d8b11..a3ed75bd710 100644 --- a/reactos/lib/rtl/makefile +++ b/reactos/lib/rtl/makefile @@ -20,7 +20,7 @@ TARGET_OBJECTS = \ env.o \ error.o \ heap.o \ - generictbl.o \ + generictable.o \ largeint.o \ luid.o \ mem.o \ @@ -37,7 +37,7 @@ TARGET_OBJECTS = \ encode.o \ image.o \ splaytree.o \ - unicodeprfx.o \ + unicodeprefix.o \ exception.o \ i386/exception.o \ i386/except.o diff --git a/reactos/lib/rtl/unicodeprfx.c b/reactos/lib/rtl/unicodeprefix.c similarity index 97% rename from reactos/lib/rtl/unicodeprfx.c rename to reactos/lib/rtl/unicodeprefix.c index efab6bf8a77..f269c0cb7f1 100644 --- a/reactos/lib/rtl/unicodeprfx.c +++ b/reactos/lib/rtl/unicodeprefix.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: unicodeprfx.c,v 1.1 2004/08/05 18:17:37 ion Exp $ +/* $Id: unicodeprefix.c,v 1.1 2004/08/05 19:03:24 ion Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS system libraries