Skip to content

Check for Visual Studio 2010 - without stdbool.h #125

@bel2125

Description

@bel2125

Currently check does not work for Visual Studio 2010 project, because it misses the stdbool.h header from the C99 standard. This include was introduced about a year ago in 6c19a8e

Could we just replace this bool by an int, so older but still common Visual Studio compilers (2010 and even 2012) could use also recent versions of check?

I could prepare a PR if you like.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions