Skip to content

Conversation

@eat-swap
Copy link

Using sizeof(long) == 4 to tell whether a platform is 32-bit or not is not reliable since LLP64 platforms exists (and specifically, Win64 API, refernece here). This causes problems while trying to port lrzip to such platfroms.

@anon767
Copy link

anon767 commented Jan 16, 2023

wouldn't be sizeof(size_t) == 4 be more appropriate?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants