mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 03:07:05 +00:00
Minor change: CVS Id placeholder fixed or added.
svn path=/trunk/; revision=2779
This commit is contained in:
parent
1c80c9b655
commit
68230ee1f4
7 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
; $Id: doscalls.def,v 1.3 2002/03/24 18:55:38 ea Exp $
|
||||||
|
;
|
||||||
; Def for doscalls.dll - part of the OS/2-sub system
|
; Def for doscalls.dll - part of the OS/2-sub system
|
||||||
; for ReactOS. Provides Access to OS/2 kernel services.
|
; for ReactOS. Provides Access to OS/2 kernel services.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
; $Id: doscalls.edf,v 1.2 2002/03/24 18:55:38 ea Exp $
|
||||||
|
;
|
||||||
; Def for doscalls.dll - part of the OS/2-sub system
|
; Def for doscalls.dll - part of the OS/2-sub system
|
||||||
; for ReactOS. Provides Access to OS/2 kernel services.
|
; for ReactOS. Provides Access to OS/2 kernel services.
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $ ld $
|
/* $Id: doscalls.c,v 1.3 2002/03/24 18:55:38 ea Exp $
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $ $
|
/* $Id: doscalls.h,v 1.3 2002/03/24 18:55:39 ea Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS OS/2 sub system
|
* PROJECT: ReactOS OS/2 sub system
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $ld$
|
/* $Id: errorcodes.c,v 1.2 2002/03/24 18:55:39 ea Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* some header*/
|
/* some header*/
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* $Id: os2def.h,v 1.2 2002/03/24 18:55:39 ea Exp $ */
|
||||||
/* This file conains common OS/2 types that are needed to build this dll */
|
/* This file conains common OS/2 types that are needed to build this dll */
|
||||||
/* this file should have temporal character until a better idea is born */
|
/* this file should have temporal character until a better idea is born */
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
/* $Id: process.cpp,v 1.2 2002/03/24 18:55:39 ea Exp $ */
|
||||||
/* Terminates the current thread or the current Process.
|
/* Terminates the current thread or the current Process.
|
||||||
Decission is made by action
|
Decission is made by action
|
||||||
FIXME: move this code to OS2.EXE */
|
FIXME: move this code to OS2.EXE */
|
||||||
|
@ -15,3 +15,4 @@ VOID APIENTRY Dos32Exit(ULONG action, ULONG result)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* EOF */
|
||||||
|
|
Loading…
Reference in a new issue