Closed Bug 457040 Opened 16 years ago Closed 16 years ago

WinCE RegOpenKeyExA causes compiler error

Categories

(Core :: DOM: Navigation, defect)

ARM
Windows Mobile 6 Professional
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: wolfe, Unassigned)

References

Details

(Keywords: mobile)

Attachments

(1 file, 1 obsolete file)

Attached patch v.1 patch (obsolete) (deleted) — Splinter Review
RegOpenKeyExA is not implemented under WinCE, and this API can be migrated to WCHAR at the same time.
Attachment #340371 - Flags: review?(bzbarsky)
Attachment #340371 - Flags: superreview+
Attachment #340371 - Flags: review?(bzbarsky)
Attachment #340371 - Flags: review+
Same patch idea, except that Doug pointed out that I needed to use NS_ConvertASCIIToUTF16 instead of NS_ConvertUTF8ToUTF16, and that the function arguments to RegOpenKeyExW should be on their own lines.
Attachment #340371 - Attachment is obsolete: true
Attachment #340380 - Flags: review?(bzbarsky)
Comment on attachment 340380 [details] [diff] [review]
v.2 patch - uses NS_ConvertASCIIToUTF16 and newlines for function args

Protocols are ASCII-only, so it doesn't matter which you use.
Attachment #340380 - Flags: review?(bzbarsky) → review+
a823a73cdb3f
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: