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