Fixed Names.

svn path=/trunk/; revision=10405
This commit is contained in:
Alex Ionescu 2004-08-05 19:03:24 +00:00
parent 3c1d312107
commit 054fcf9a85
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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