Skip to content

Fix compiling on Windows #4

@theFroh

Description

@theFroh

New to GitHub and such, but I noticed this wont compile on Windows (under Luarocks), due to it relying on "strncasecmp".

I worked around this by manually adding:

#if defined(_WIN32) || defined(_WIN64)
# define strncasecmp _strnicmp
# endif

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