Skip to content

Windows support #109

@simonbyrne

Description

@simonbyrne

I tried to build on Windows, but hit issues with this:

/* triangles are four-byte-aligned and that the `unsigned long' type is */
/* long enough to hold a pointer are two of the few kludges in this program.*/

On Windows, unsigned long is 32 bits even on 64 bit platforms. It could either be changed to unsigned long long, or uintptr_t (included in <stdint.h> from C-99).

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