Skip to content

Commit

Permalink
Correct missing defined in include file
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-baily committed Oct 5, 2024
1 parent 65e38da commit cd87cf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ extern "C" {
// 64/32 bit check on GCC
//
#if defined __GNUC__ || defined __GNUG__
#if defined __x86_64__ || defined __ppc64__ || __aarch64__
#if defined __x86_64__ || defined __ppc64__ || defined __aarch64__
#define SIZE_64
#if defined __APPLE__
#define __LLP64__
Expand Down

0 comments on commit cd87cf2

Please sign in to comment.