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 MIB_IPADDRROW.wType for MinGW w64 #59

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 19, 2015

  1. fix MIB_IPADDRROW.wType detection in MinGW w64 build

    Include winsock2.h in check_struct_member test program.
    Andrew Barbarello committed May 19, 2015
    Configuration menu
    Copy the full SHA
    ea10f1e View commit details
    Browse the repository at this point in the history
  2. CMakeLists.txt: use CMake's check_struct_has_member

    CheckStructHasMember module has been around since CMake 2.6 according to
    http://www.cmake.org/Wiki/CMake_Version_Compatibility_Matrix/StandardCMakeModulesA
    Current `cmake_minimum_required` is version 2.6 in top-level CMakeLists
    Andrew Barbarello committed May 19, 2015
    Configuration menu
    Copy the full SHA
    c02c55a View commit details
    Browse the repository at this point in the history