mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fixed duplicate DELETE
svn path=/trunk/; revision=1915
This commit is contained in:
parent
0f9dfab704
commit
caae64da4b
2 changed files with 2 additions and 2 deletions
|
@ -32,6 +32,7 @@
|
|||
#ifndef _GNU_H_WINDOWS32_DEFINES
|
||||
#define _GNU_H_WINDOWS32_DEFINES
|
||||
|
||||
#include <ntos/ntdef.h>
|
||||
#include <ntos/registry.h>
|
||||
|
||||
#define WINBASEAPI
|
||||
|
@ -541,8 +542,6 @@ extern "C" {
|
|||
#define SERVICE_START (16)
|
||||
#define SERVICE_STOP (32)
|
||||
#define SERVICE_USER_DEFINED_CONTROL (256)
|
||||
#define DELETE (0x10000L)
|
||||
#define READ_CONTROL (0x20000L)
|
||||
#define SERVICE_WIN32_OWN_PROCESS (16)
|
||||
#define SERVICE_WIN32_SHARE_PROCESS (32)
|
||||
#define SERVICE_KERNEL_DRIVER (1)
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
#define ANYSIZE_ARRAY (1)
|
||||
|
||||
#define DELETE (0x00010000L)
|
||||
#define READ_CONTROL (0x00020000L)
|
||||
#define SYNCHRONIZE (0x00100000L)
|
||||
|
||||
#define DUPLICATE_CLOSE_SOURCE (1)
|
||||
|
|
Loading…
Reference in a new issue