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

Use correct constant to read 64bit registry #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jkahrman
Copy link

Proposed fix for #36

Copy link
Member

@xenu xenu left a comment

Choose a reason for hiding this comment

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

LGTM

Comment on lines +1670 to +1672
#ifndef RRF_SUBKEY_WOW6464KEY
# define RRF_SUBKEY_WOW6464KEY 0x00010000
#endif
Copy link
Member

Choose a reason for hiding this comment

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

Could you please move the preprocessor definitions to the top of the file, where all the other constants are defined? Thanks!

tonycoz added a commit to tonycoz/perl5 that referenced this pull request Jul 11, 2024
perl-libwin32/win32#37 was submitted ih June
2022, and fixes a bug that causes tests to fail for Win32.pm for
32-bit builds on windows, including in perl (and in 5.40.)

Jan requested a minor change to that PR which wasn't followed up on, so
I submitted perl-libwin32/win32#39 which
includes that requested change in Augest 2023.

This still has been acted on.

So import this change into blead.
tonycoz added a commit to tonycoz/perl5 that referenced this pull request Jul 11, 2024
perl-libwin32/win32#37 was submitted ih June
2022, and fixes a bug that causes tests to fail for Win32.pm for
32-bit builds on windows, including in perl (and in 5.40.)

Jan requested a minor change to that PR which wasn't followed up on, so
I submitted perl-libwin32/win32#39 which
includes that requested change in August 2023.

This still hasn't been acted on.

So import this change into blead.
tonycoz added a commit to tonycoz/perl5 that referenced this pull request Jul 11, 2024
perl-libwin32/win32#37 was submitted in June
2022, it fixes a bug that causes tests to fail for Win32.pm for
32-bit builds on windows, including in perl (and in 5.40.)

Jan requested a minor change to that PR which wasn't followed up on, so
I submitted perl-libwin32/win32#39 which
includes that requested change in August 2023.

This still hasn't been acted on.

So import this change into blead.
tonycoz added a commit to Perl/perl5 that referenced this pull request Jul 17, 2024
perl-libwin32/win32#37 was submitted in June
2022, it fixes a bug that causes tests to fail for Win32.pm for
32-bit builds on windows, including in perl (and in 5.40.)

Jan requested a minor change to that PR which wasn't followed up on, so
I submitted perl-libwin32/win32#39 which
includes that requested change in August 2023.

This still hasn't been acted on.

So import this change into blead.
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.

3 participants