Open Bug 635371 Opened 13 years ago Updated 1 year ago

The key constant values in nsIWindowsRegKey are 32-bit, but they should be 64-bit on Win64

Categories

(Core :: XPCOM, defect)

x86_64
Windows 7
defect

Tracking

()

People

(Reporter: ehsan.akhgari, Unassigned)

Details

HKEY is a pointer type, which makes it 64-bits in Win64.  We use 32-bit values in nsIWindowsRegKey though, which seems wrong, for compatibility with Win64.

This is a minor issue though, since the 32-bit values will be implicitly cast to 64-bit values.
Severity: normal → S3

Is this still an issue with current version?

Flags: needinfo?(nika)

It doesn't look like this has changed in a long time, so I think it is still relevant. Like comment 0 says, it doesn't seem like a big issue, though.

Flags: needinfo?(nika)
You need to log in before you can comment on or make changes to this bug.