mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:53:07 +00:00
Added some stubs in order to
implement them some time svn path=/trunk/; revision=3459
This commit is contained in:
parent
296c5258a4
commit
449e39d06a
9 changed files with 438 additions and 25 deletions
|
@ -1,10 +1,12 @@
|
|||
/* $Id: process.cpp,v 1.4 2002/07/26 00:23:13 robertk Exp $
|
||||
/* $Id: process.cpp,v 1.5 2002/09/04 22:19:47 robertk Exp $
|
||||
*/
|
||||
/*
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS OS/2 sub system
|
||||
* FILE: dll/process.cpp
|
||||
* PART: doscalls.dll
|
||||
* FILE: process.cpp
|
||||
* CONTAINS: process and thread related CP-functions.
|
||||
* PURPOSE: Kernelservices for OS/2 apps
|
||||
* PROGRAMMER: Robert K. nonvolatil@yahoo.de
|
||||
* REVISION HISTORY:
|
||||
|
@ -28,7 +30,7 @@ APIRET STDCALL DosSleep(ULONG msec)
|
|||
}
|
||||
|
||||
|
||||
/* $Id: process.cpp,v 1.4 2002/07/26 00:23:13 robertk Exp $ */
|
||||
/* $Id: process.cpp,v 1.5 2002/09/04 22:19:47 robertk Exp $ */
|
||||
/* Terminates the current thread or the current Process.
|
||||
Decission is made by action
|
||||
FIXME: move this code to OS2.EXE */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue