Skip to content

pathcch.h lacks include guard #521

@wjk

Description

@wjk

While I was compiling MRTCore-LLVM, I found that for some bizarre reason the copy of pathcch.h included in llvm-mingw lacks an include guard (either #if-based or #pragma once). As a result, my project failed to compile with double-definition errors until I manually edited the file to add such a guard. As far as I can tell, this still happens in the latest version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions