]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: Fix compiling with w32api-headers v11.0.0
authorBiswapriyo Nath <nathbappai@gmail.com>
Sat, 29 Apr 2023 18:33:21 +0000 (00:03 +0530)
committerJon Turney <jon.turney@dronecode.org.uk>
Mon, 1 May 2023 10:40:52 +0000 (11:40 +0100)
commit3bee68248fc8e164a8bb6bba3f105b10fdec8a71
tree5c38a66f754b0999ed2478f78717531e3994d2ec
parentd160bcd4aade7527712d2bc94f8c7f0e4b7f8f0f
Cygwin: Fix compiling with w32api-headers v11.0.0

This solves redefinition of FILE_CS_FLAG_CASE_SENSITIVE_DIR in winnt.h
and fixes the following compiler errors

ntdll.h:523:3: error: expected identifier before numeric constant
  523 |   FILE_CS_FLAG_CASE_SENSITIVE_DIR                       = 0x01
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ntdll.h:522:1: note: to match this ‘{’
  522 | {
      | ^
winsup/cygwin/local_includes/ntdll.h
This page took 0.028301 seconds and 5 git commands to generate.