dos2unix'd some more files.

svn path=/trunk/; revision=3660
This commit is contained in:
David Welch 2002-10-26 09:53:16 +00:00
parent 9bbe34eb81
commit 31c69eaf8a
5 changed files with 1172 additions and 1172 deletions

View file

@ -1,4 +1,4 @@
/* $Id: seh.s,v 1.2 2002/10/26 07:32:08 chorns Exp $
/* $Id: seh.s,v 1.3 2002/10/26 09:53:15 dwelch Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS MSVCRT Runtime Library

View file

@ -1,4 +1,4 @@
/* $Id: exception.c,v 1.2 2002/10/26 07:32:08 chorns Exp $
/* $Id: exception.c,v 1.3 2002/10/26 09:53:15 dwelch Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.7 2002/10/20 14:53:02 ekohl Exp $
# $Id: Makefile,v 1.8 2002/10/26 09:53:15 dwelch Exp $
PATH_TO_TOP = ../..
@ -10,7 +10,7 @@ TARGET_BASE = 0x77e70000
TARGET_SDKLIBS = ntdll.a kernel32.a gdi32.a
TARGET_CFLAGS = -I./include -DUNICODE -DDBG -Wall -Werror
TARGET_CFLAGS = -I./include -DUNICODE -Wall -Werror
TARGET_OBJECTS = $(TARGET_NAME).o

View file

@ -1,4 +1,4 @@
/* $Id: exception.c,v 1.1 2002/10/26 00:36:54 chorns Exp $
/* $Id: exception.c,v 1.2 2002/10/26 09:53:16 dwelch Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel

View file

@ -1,4 +1,4 @@
/* $Id: seh.s,v 1.2 2002/10/26 07:32:08 chorns Exp $
/* $Id: seh.s,v 1.3 2002/10/26 09:53:16 dwelch Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel