OVERLAPPED_ENTRY may be defined in headers even when < 0x0600 #539
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (C) The c-ares project and its contributors | |
# SPDX-License-Identifier: MIT | |
name: Windows UWP (Store) | |
on: | |
push: | |
pull_request: | |
concurrency: | |
group: ${{ github.ref }}-uwp | |
cancel-in-progress: true | |
jobs: | |
build: | |
runs-on: windows-latest | |
name: Windows UWP (Store) | |
steps: | |
- uses: ilammy/msvc-dev-cmd@v1 | |
with: | |
arch: x64 | |
uwp: true | |
- name: Checkout c-ares | |
uses: actions/checkout@v4 | |
- name: Build c-ares | |
run: | | |
mkdir build | |
cmake -DCARES_STATIC=ON -DCARES_STATIC_PIC=ON "-DCMAKE_SYSTEM_VERSION=10.0" -DCMAKE_SYSTEM_NAME=WindowsStore -A x64 -Bbuild | |
cmake --build build --config Debug | |
# -DCMAKE_SYSTEM_VERSION=10.0 |