Skip to content

#include <Windows.h> causes case-sensitive build issues on MinGW #85

@hkunz

Description

@hkunz

When building Ptex on Windows using MinGW or cross-compiling from Linux with MXE, the file src/ptex/PtexPlatform.h includes #include <Windows.h>. On case-sensitive filesystems, this causes the build to fail because the header must be included as #include <windows.h>. Changing the include to lowercase fixes the issue. It would be helpful if the repository updated this include to support case-sensitive builds across platforms.

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