Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Use stdint int64_t instead of int64#14

Merged
Adamcake merged 1 commit intoAdamcake:masterfrom
Jertzukka:int64
Jan 7, 2024
Merged

Use stdint int64_t instead of int64#14
Adamcake merged 1 commit intoAdamcake:masterfrom
Jertzukka:int64

Conversation

@Jertzukka
Copy link
Copy Markdown
Contributor

As of chromiumembedded/cef@e53bff7 (Jun 1, 2023) cef_basictypes.h is removed which defines int64, so it will refuse to build on a newer CEF version. This PR switches the existing int64 occurences to int64_t.

@Adamcake Adamcake merged commit f650af5 into Adamcake:master Jan 7, 2024
@Adamcake
Copy link
Copy Markdown
Owner

Adamcake commented Jan 7, 2024

Thanks

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants