mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 18:09:48 +00:00
Fixed Names.
svn path=/trunk/; revision=10405
This commit is contained in:
parent
3c1d312107
commit
054fcf9a85
3 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* 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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
|
@ -20,7 +20,7 @@ TARGET_OBJECTS = \
|
||||||
env.o \
|
env.o \
|
||||||
error.o \
|
error.o \
|
||||||
heap.o \
|
heap.o \
|
||||||
generictbl.o \
|
generictable.o \
|
||||||
largeint.o \
|
largeint.o \
|
||||||
luid.o \
|
luid.o \
|
||||||
mem.o \
|
mem.o \
|
||||||
|
@ -37,7 +37,7 @@ TARGET_OBJECTS = \
|
||||||
encode.o \
|
encode.o \
|
||||||
image.o \
|
image.o \
|
||||||
splaytree.o \
|
splaytree.o \
|
||||||
unicodeprfx.o \
|
unicodeprefix.o \
|
||||||
exception.o \
|
exception.o \
|
||||||
i386/exception.o \
|
i386/exception.o \
|
||||||
i386/except.o
|
i386/except.o
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* 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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
Loading…
Add table
Add a link
Reference in a new issue