Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix examples #269

Merged
merged 3 commits into from
Sep 1, 2024
Merged

Fix examples #269

merged 3 commits into from
Sep 1, 2024

Conversation

invertego
Copy link
Contributor

Get examples building again on all platforms and make them functional for the first time on Win64.

Fixes #246

Prefer sljit_* types over fundamental types, e.g., sljit_sw instead of
long. This is especially important on Win64 where sizeof(long) == 4.
Copy link
Owner

@zherczeg zherczeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Thank you for updating tutorials.

@zherczeg zherczeg merged commit 7a6ceb3 into zherczeg:master Sep 1, 2024
11 checks passed
@invertego invertego deleted the examples branch September 1, 2024 05:47
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.

Compilation error for examples in doc/tutorial
2 participants