Skip to content

No longer compiles with MSVC due to use of ssize_t  #17

Description

@oyvindln

ssize_t is a POSIX type, so it's not available on MSVC. Not sure whether it can be made conditional to use SSIZE_T from <BaseTsd.h> on msvc or if something like ptrdiff_t may be more appropriate.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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