public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
From: Takashi Yano <takashi.yano@nifty.ne.jp>
To: cygwin-patches@cygwin.com
Subject: Re: [PATCH] Cygwin: wincap: Add capabilities for Windows 11.
Date: Wed, 16 Feb 2022 18:43:00 +0900	[thread overview]
Message-ID: <20220216184300.f043bb387c5c590ea13fa9f9@nifty.ne.jp> (raw)
In-Reply-To: <20220216093311.2055-1-takashi.yano@nifty.ne.jp>

On Wed, 16 Feb 2022 18:33:11 +0900
Takashi Yano <takashi.yano@nifty.ne.jp> wrote:
> -	if (likely (version.dwBuildNumber >= 19041))
> +	if (likely (version.dwBuildNumber >= 22000))
> +	  caps = &wincap_11;
> +	if (version.dwBuildNumber >= 19041)

Sorry, here is a bug. I have sent v2 patch.

-- 
Takashi Yano <takashi.yano@nifty.ne.jp>

      reply	other threads:[~2022-02-16  9:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-16  9:33 Takashi Yano
2022-02-16  9:43 ` Takashi Yano [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220216184300.f043bb387c5c590ea13fa9f9@nifty.ne.jp \
    --to=takashi.yano@nifty.ne.jp \
    --cc=cygwin-patches@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).