Commit 43bcf40c authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

#undef DELETE before (re)defining it.

parent e2099dc9
......@@ -2485,6 +2485,8 @@ typedef enum tagSID_NAME_USE {
/* Access rights */
/* DELETE may be already defined via /usr/include/arpa/nameser_compat.h */
#undef DELETE
#define DELETE 0x00010000
#define READ_CONTROL 0x00020000
#define WRITE_DAC 0x00040000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment