mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
Minor change: CVS Id placeholder fixed or added.
svn path=/trunk/; revision=2779
This commit is contained in:
@@ -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
|
||||
; 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
|
||||
; 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
|
||||
* 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*/
|
||||
@@ -284,4 +284,4 @@
|
||||
#define ERROR_TOO_MANY_POSTS 298 /* MSG%TOO_MANY_EVENT_SEM_POSTS */
|
||||
#define ERROR_ALREADY_POSTED 299 /* MSG%EVENT_SEM_ALREADY_POSTED */
|
||||
#define ERROR_ALREADY_RESET 300 /* MSG%EVENT_SEM_ALREADY_RESET */
|
||||
#define ERROR_SEM_BUSY 301 /* MSG%SEM_BUSY */
|
||||
#define ERROR_SEM_BUSY 301 /* MSG%SEM_BUSY */
|
||||
|
||||
@@ -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 should have temporal character until a better idea is born */
|
||||
|
||||
@@ -50,4 +51,4 @@ typedef VOID APIENTRY FNTHREAD(ULONG);
|
||||
typedef FNTHREAD *PFNTHREAD;
|
||||
|
||||
|
||||
#endif //__OS2DEF__
|
||||
#endif //__OS2DEF__
|
||||
|
||||
@@ -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.
|
||||
Decission is made by action
|
||||
FIXME: move this code to OS2.EXE */
|
||||
@@ -15,3 +15,4 @@ VOID APIENTRY Dos32Exit(ULONG action, ULONG result)
|
||||
}
|
||||
}
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user