Skip to content

Missing closing braket of extern "C" #16

@Kretikus

Description

@Kretikus

the included dbghelp.h ist missing the closing of extern "C"

This (but not only this) prevents compilation with 2022

Add this before the last endif

#ifdef __cplusplus
}
#endif

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions