Closed
Bug 1608002
Opened 6 years ago
Closed 6 years ago
GetProcAddress is not needed for CancelSynchronousIo
Categories
(Core :: Networking: Cache, task, P3)
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 | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → alexhenrie24
Status: NEW → ASSIGNED
![]() |
||
Updated•6 years ago
|
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
Comment 3•6 years ago
|
||
bugherder |
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.
Description
•