Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some build issues with mingw #1680

Merged
merged 4 commits into from
Aug 20, 2021
Merged

Fix some build issues with mingw #1680

merged 4 commits into from
Aug 20, 2021

Commits on Jul 29, 2021

  1. contrib/curl: Import fix for pollfd structure conflict

    This fixes conflict of pollfd structure declaration with winsock2.h header file
    Biswa96 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    0884f50 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. host: Fix some warnings with mingw gcc

    Warnings are:
      * Check _MSC_VER for MSVC specific pragma directive.
      * Use lowercase header names for case sensitive file system.
      * GetFileAttributesW returns DWORD type instead of int.
    Biswa96 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    cb43457 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    afa0aca View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    ae86c99 View commit details
    Browse the repository at this point in the history