mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 09:04:39 +00:00
dos2unix'd some more files.
svn path=/trunk/; revision=3660
This commit is contained in:
parent
9bbe34eb81
commit
31c69eaf8a
5 changed files with 1172 additions and 1172 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue