Commit 6dcf1db7 authored by dtu's avatar dtu Committed by Commit bot

[telemetry] Change WinRing0 calling convention.

To fix the Windows XP perf bots specifically.

BUG=336558
TEST=None.
TBR=tonyg
NOTRY=True

Review URL: https://codereview.chromium.org/537213004

Cr-Commit-Position: refs/heads/master@{#293284}
parent f300f90a
......@@ -72,7 +72,7 @@ def WinRing0Path():
def _Initialize():
global _winring0
if not _winring0:
winring0 = ctypes.CDLL(WinRing0Path())
winring0 = ctypes.WinDLL(WinRing0Path())
if not winring0.InitializeOls():
winring0_status = winring0.GetDllStatus()
raise WinRing0Error(winring0_status,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment