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

#1338 advapi32#reg notify change key value should be supported #1339

Commits on Apr 18, 2021

  1. Attempting to call the Advapi32 function RegNotifyChangeKeyValue does…

    …n't work, because this method is not declared yet in interface Advapi32. This adds the missing method declaration.
    
    This also adds another unit test to Advapi32Test validating basic functionality of Advapi32#RegNotifyChangeKeyValue.
    Dani-Hub authored and dbwiddis committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    739cabc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into java-native-access#1338-Advapi32#RegNotify…

    …ChangeKeyValue-should-be-supported
    dbwiddis authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    3ad2a85 View commit details
    Browse the repository at this point in the history