Skip to content

handle uint64_t redefinition error on Windows#340

Merged
jmckenna merged 1 commit intoMapServer:mainfrom
jmckenna:stdint
May 16, 2024
Merged

handle uint64_t redefinition error on Windows#340
jmckenna merged 1 commit intoMapServer:mainfrom
jmckenna:stdint

Conversation

@jmckenna
Copy link
Copy Markdown
Member

@jmckenna jmckenna commented May 10, 2024

  • recent Visual Studio versions throw errors such as:
    mapcache\lib\util.c(51,27): error C2371: 'uint64_t': redefinition; different basic types
  • this PR leverages stdint.h, which has been available in Visual Studio since v2010

discovered through #339

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant