Skip to content
  • Yuhang Zhao's avatar
    Windows: bump NTDDI_VERSION to latest version and remove some duplicated code · bea5649c
    Yuhang Zhao authored
    
    
    We have NTDDI_WIN10_NI (0x0A00000C) in the Win11 SDK (10.0.22621)
    so bump the value in Qt (currently 0x0A00000B) to it.
    
    And when searching for _WIN32_WINNT/WINVER/NTDDI_VERSION throughout
    the whole qtbase codebase, I found some duplicated code, mostly
    leftovers from the legacy time. Replace them with our own windows
    header can achieve the same effect: we have defined all the necessary
    macros to unblock the latest features. And place the header at the
    top most place to include the macros as early as possible.
    
    Change-Id: I37d9ac40ca9748208c7b2e89f374eda362dbefd6
    Reviewed-by: default avatarOliver Wolff <oliver.wolff@qt.io>
    bea5649c