Closed Bug 1608002 Opened 6 years ago Closed 6 years ago

GetProcAddress is not needed for CancelSynchronousIo

Categories

(Core :: Networking: Cache, task, P3)

74 Branch
Unspecified
Windows
task

Tracking

()

RESOLVED FIXED
mozilla74
Tracking Status
firefox74 --- fixed

People

(Reporter: alexhenrie24, Assigned: alexhenrie24)

Details

(Whiteboard: [necko-triaged])

Attachments

(1 file)

Currently, the BlockingIOWatcher constructor calls GetProcAddress to get a pointer to CancelSynchronousIo. However, CancelSynchronousIo is always available on Windows Vista and later, and BlockingIOWatcher already links to kernel32.dll at compile time because it calls WaitForSingleObject.

Assignee: nobody → alexhenrie24
Status: NEW → ASSIGNED
Priority: -- → P3
Whiteboard: [necko-triaged]
Pushed by rmaries@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/d01d4ff45ce8 Link to CancelSynchronousIo at compile time. r=mayhemer
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: