From 3aa4f95a7ac23567efbaebdae57007636e7f6058 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Mon, 25 May 2020 21:49:38 -0400 Subject: Support platform-specific CAs (including ARM64). --- src/ca/scaperfexec.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ca/scaperfexec.cpp') diff --git a/src/ca/scaperfexec.cpp b/src/ca/scaperfexec.cpp index 04c0648a..c5425754 100644 --- a/src/ca/scaperfexec.cpp +++ b/src/ca/scaperfexec.cpp @@ -87,10 +87,10 @@ extern "C" UINT __stdcall RegisterPerfmon( HMODULE hMod = NULL; PFNPERFCOUNTERTEXTSTRINGS pfnPerfCounterTextString; - DWORD_PTR dwRet; + DWORD dwRet; LPWSTR pwzShortPath = NULL; - DWORD_PTR cchShortPath = MAX_PATH; - DWORD_PTR cchShortPathLength = 0; + DWORD cchShortPath = MAX_PATH; + DWORD cchShortPathLength = 0; LPWSTR pwzCommand = NULL; -- cgit v1.2.3-55-g6feb