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

Disable psapi in UWP (unsupported) #2990

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

enen92
Copy link
Contributor

@enen92 enen92 commented Jun 17, 2024

The EnumProcessModules function from the PSAPI (Process Status API) library, which is used to enumerate the loaded modules for a specified process, is not supported in Universal Windows Platform (UWP) applications. This limitation is due to the security and sandboxing model of UWP, which restricts certain system-level interactions to ensure app isolation and user privacy.

@enen92 enen92 force-pushed the disable_getloaded_libraries_uwp branch from cace42b to 7fdea59 Compare June 17, 2024 16:38
@kmilos
Copy link
Collaborator

kmilos commented Jun 17, 2024

Thanks.

Please submit the conan change as a separate PR though.

@enen92 enen92 force-pushed the disable_getloaded_libraries_uwp branch from 7fdea59 to f3a75bb Compare June 17, 2024 16:48
@enen92
Copy link
Contributor Author

enen92 commented Jun 17, 2024

@kmilos thanks. Done in #2991

@enen92 enen92 force-pushed the disable_getloaded_libraries_uwp branch from f3a75bb to ec082c3 Compare June 18, 2024 08:38
src/version.cpp Show resolved Hide resolved
src/version.cpp Show resolved Hide resolved
@kmilos kmilos added the windows Windows Specific issues label Jun 18, 2024
@kmilos kmilos merged commit 9999608 into Exiv2:main Jun 18, 2024
55 of 58 checks passed
@kmilos
Copy link
Collaborator

kmilos commented Jun 18, 2024

@mergify backport 0.28.x

Copy link
Contributor

mergify bot commented Jun 18, 2024

backport 0.28.x

✅ Backports have been created

@enen92
Copy link
Contributor Author

enen92 commented Jun 18, 2024

Thanks for merging!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
windows Windows Specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants