mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
missed one
svn path=/trunk/; revision=5982
This commit is contained in:
parent
74ef9cda04
commit
7377c5fe18
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: iotypes.h,v 1.53 2003/08/25 01:37:47 sedwards Exp $
|
/* $Id: iotypes.h,v 1.54 2003/09/04 16:52:10 vizzini Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@ enum
|
||||||
{
|
{
|
||||||
DeallocateObject,
|
DeallocateObject,
|
||||||
KeepObject,
|
KeepObject,
|
||||||
|
DeallocateObjectKeepRegisters
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue