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 link issue in UWP builds without functional replacement #5037

Merged
merged 2 commits into from Mar 30, 2023

Conversation

liedtkeInTUM
Copy link
Contributor

After trying a version update from 5.2.5 I discovered some build issues if included in UWP projects.
I come up with a simple solution, skipping just the missing function in windows libraries. There seems to be some system function in UWP to get a similar behavior.

For me, it doesn't matter if this function is executed that way. If there is a way to just not include unzip code or replace with UWP support, I didn't find it the last days.

@kimkulling
Copy link
Member

The used API is marked as deprecated. I guess I need to update the used dependency here. Thanks for figuring this out. The used function is not used in our software, so I am fine with the fix.

Copy link
Member

@kimkulling kimkulling left a comment

Choose a reason for hiding this comment

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

Looks fine!

@kimkulling kimkulling merged commit 9c17c8c into assimp:master Mar 30, 2023
11 checks passed
@kimkulling
Copy link
Member

Merged, thanks a lot for your contribution.

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.

None yet

2 participants