diff options
Diffstat (limited to 'winsup/cygwin/wincap.cc')
-rw-r--r-- | winsup/cygwin/wincap.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc index baa708c7a..0be5446e8 100644 --- a/winsup/cygwin/wincap.cc +++ b/winsup/cygwin/wincap.cc @@ -17,7 +17,6 @@ static NO_COPY wincaps wincap_unknown = { chunksize:0, heapslop:0x0, is_server:false, - access_denied_on_delete:false, has_delete_on_close:true, has_page_guard:true, has_security:true, @@ -81,7 +80,6 @@ static NO_COPY wincaps wincap_nt4 = { chunksize:0, heapslop:0x0, is_server:false, - access_denied_on_delete:false, has_delete_on_close:true, has_page_guard:true, has_security:true, @@ -145,7 +143,6 @@ static NO_COPY wincaps wincap_nt4sp4 = { chunksize:0, heapslop:0x0, is_server:false, - access_denied_on_delete:false, has_delete_on_close:true, has_page_guard:true, has_security:true, @@ -209,7 +206,6 @@ static NO_COPY wincaps wincap_2000 = { chunksize:0, heapslop:0x0, is_server:false, - access_denied_on_delete:false, has_delete_on_close:true, has_page_guard:true, has_security:true, @@ -273,7 +269,6 @@ static NO_COPY wincaps wincap_xp = { chunksize:0, heapslop:0x0, is_server:false, - access_denied_on_delete:false, has_delete_on_close:true, has_page_guard:true, has_security:true, @@ -337,7 +332,6 @@ static NO_COPY wincaps wincap_2003 = { chunksize:0, heapslop:0x4, is_server:true, - access_denied_on_delete:false, has_delete_on_close:true, has_page_guard:true, has_security:true, @@ -401,7 +395,6 @@ static NO_COPY wincaps wincap_vista = { chunksize:0, heapslop:0x4, is_server:false, - access_denied_on_delete:false, has_delete_on_close:true, has_page_guard:true, has_security:true, |