Closed Bug 422772 Opened 17 years ago Closed 16 years ago

reduce narrow windows API calls in embedding

Categories

(Core :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: blassey, Assigned: crowderbt)

References

Details

Attachments

(1 file, 1 obsolete file)

Attached patch directy from "other" patch on bug 418703 (obsolete) (deleted) — Splinter Review
      No description provided.
Attachment #309217 - Flags: review?(benjamin)
Comment on attachment 309217 [details] [diff] [review]
directy from "other" patch on bug 418703

>Index: extensions/auth/nsAuthSSPI.cpp

>-    initFun = (PSecurityFunctionTable (*)(void))
>+    initFun = (PSecurityFunctionTableW (*)(void))
>             GetProcAddress(sspi_lib, "InitSecurityInterfaceA");

Obviously incorrect!
Attachment #309217 - Flags: review?(benjamin) → review-
Crowder asked on IRC why this was incorrect: it's because you're taking the address of InitSecurityInterfaceA and assigning it to a function pointer with the wide signature. You presumably mean to change it to InitSecurityInterfaceW.
Ah, thanks!  Sorry, overlooked the "A" on the end there.  :)
Attached patch v2 (deleted) — Splinter Review
Assignee: nobody → crowder
Attachment #309217 - Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #334781 - Flags: review?
Attachment #334781 - Flags: review? → review?(benjamin)
Comment on attachment 334781 [details] [diff] [review]
v2

please reindent properly before checkin
Attachment #334781 - Flags: review?(benjamin) → review+
http://hg.mozilla.org/mozilla-central/rev/73d8df3129ac
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Depends on: 453156
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: