Additional Win32 Mappings: Added 3 functions to Psapi and 1 function to Shell32#573
Merged
dblock merged 1 commit intojava-native-access:masterfrom Jan 3, 2016
mlfreeman2:assortment
Merged
Additional Win32 Mappings: Added 3 functions to Psapi and 1 function to Shell32#573dblock merged 1 commit intojava-native-access:masterfrom mlfreeman2:assortment
dblock merged 1 commit intojava-native-access:masterfrom
mlfreeman2:assortment
Conversation
…ileName` to Psapi and `ExtractIconEx` to Shell32 Added constants to `WinNT`
dblock
added a commit
that referenced
this pull request
Jan 3, 2016
Additional Win32 Mappings: Added 3 functions to Psapi and 1 function to Shell32
Member
|
Looks good, merged. |
Contributor
|
@mlfreeman2 could you help on doing a Test file for Issue 569 ? I posted a runtime test, but I have no idea how to test printers without an environment. Also, similar existing code ( |
Contributor
Author
|
@IvanRF sure. give me a few days to read up on everything first. |
mstyura
pushed a commit
to mstyura/jna
that referenced
this pull request
Sep 9, 2024
…ss#573) Motivation: We need quite some diskspace due our ue of docker, let's ensure we have enough by free up what we dont need on the runner. Modifications: Use action that frees up diskspace Result: More stable build
mstyura
pushed a commit
to mstyura/jna
that referenced
this pull request
Sep 9, 2024
…ive-access#573)" (java-native-access#582) Motivation: The used github action does not work anymore Modifications: This reverts commit 776c601. Result: Build pass again
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
EnumProcessModules,GetModuleInformation,GetProcessImageFileNametocom.sun.jna.platform.win32.PsapiandExtractIconExtocom.sun.jna.platform.win32.Shell32Added constants to
com.sun.jna.platform.win32.WinNT