commit | 43bcf40c669a6649b786557022e04b433e753351 | [log] [tgz] |
---|---|---|
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | Tue May 23 21:13:04 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue May 23 21:13:04 2000 +0000 |
tree | f229a35d43a1a0a33e43a4221b9c4c77491ad356 | |
parent | e2099dc987cad4173def1ce7776b3256dfcf4119 [diff] [blame] |
#undef DELETE before (re)defining it.
diff --git a/include/winnt.h b/include/winnt.h index bde7180..f94bdf7 100644 --- a/include/winnt.h +++ b/include/winnt.h
@@ -2485,6 +2485,8 @@ /* 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