Closed
Bug 1391696
Opened 8 years ago
Closed 8 years ago
Timestamp_windows.cpp can use GetTickCount64 without a GetProcAddress check
Categories
(Core :: MFBT, enhancement)
Core
MFBT
Tracking
()
RESOLVED
FIXED
mozilla57
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | fixed |
People
(Reporter: away, Assigned: emk)
References
Details
Attachments
(1 file)
Randomly came across this code...
https://dxr.mozilla.org/mozilla-central/rev/a6a1f5c1d971dbee67ba6eec7ead7902351ddca2/mozglue/misc/TimeStamp_windows.cpp#506
With XP gone we should be able to link the API directly.
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Attachment #8898927 -
Flags: review?(dmajor) → review?(nfroyd)
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8898927 [details]
Bug 1391696 - Use GetTickCount64 without a GetProcAddress check in Timestamp_windows.cpp.
https://reviewboard.mozilla.org/r/170292/#review175504
r=me assuming everything compiles and works.
Attachment #8898927 -
Flags: review?(nfroyd) → review+
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/855af0053185
Use GetTickCount64 without a GetProcAddress check in Timestamp_windows.cpp. r=froydnj
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•