mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Enabled entry for STATUS_OBJECT_NAME_EXISTS
svn path=/trunk/; revision=3615
This commit is contained in:
parent
73905b2cdb
commit
4251d141a6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ static struct _ERRLIST
|
|||
{
|
||||
{STATUS_SUCCESS, "SUCCESS", NULL},
|
||||
{STATUS_INSUFFICIENT_RESOURCES, "INSUFFICIENT_RESOURCES", NULL},
|
||||
// {STATUS_OBJECT_NAME_EXISTS, "OBJECT_NAME_EXISTS", NULL},
|
||||
{STATUS_OBJECT_NAME_EXISTS, "OBJECT_NAME_EXISTS", NULL},
|
||||
{STATUS_OBJECT_NAME_COLLISION, "OBJECT_NAME_COLLISION", NULL},
|
||||
{STATUS_CTL_FILE_NOT_SUPPORTED, "CTL_FILE_NOT_SUPPORTED", NULL},
|
||||
{STATUS_PORT_ALREADY_SET, "PORT_ALREADY_SET", NULL},
|
||||
|
|
Loading…
Reference in a new issue