aboutsummaryrefslogtreecommitdiff
path: root/src/ca/scaperfexec.cpp
diff options
context:
space:
mode:
authorBob Arnson <bob@joyofsetup.com>2020-05-25 21:49:38 -0400
committerBob Arnson <bob@firegiant.com>2020-05-25 21:57:21 -0400
commit3aa4f95a7ac23567efbaebdae57007636e7f6058 (patch)
treea6985084bc89fc842b0869c8cbbf8aece9bb1b67 /src/ca/scaperfexec.cpp
parent27afde67e4bb9ad06f8722a83984a09236516f69 (diff)
downloadwix-3aa4f95a7ac23567efbaebdae57007636e7f6058.tar.gz
wix-3aa4f95a7ac23567efbaebdae57007636e7f6058.tar.bz2
wix-3aa4f95a7ac23567efbaebdae57007636e7f6058.zip
Support platform-specific CAs (including ARM64).
Diffstat (limited to 'src/ca/scaperfexec.cpp')
-rw-r--r--src/ca/scaperfexec.cpp6
1 files changed, 3 insertions, 3 deletions
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(
87 87
88 HMODULE hMod = NULL; 88 HMODULE hMod = NULL;
89 PFNPERFCOUNTERTEXTSTRINGS pfnPerfCounterTextString; 89 PFNPERFCOUNTERTEXTSTRINGS pfnPerfCounterTextString;
90 DWORD_PTR dwRet; 90 DWORD dwRet;
91 LPWSTR pwzShortPath = NULL; 91 LPWSTR pwzShortPath = NULL;
92 DWORD_PTR cchShortPath = MAX_PATH; 92 DWORD cchShortPath = MAX_PATH;
93 DWORD_PTR cchShortPathLength = 0; 93 DWORD cchShortPathLength = 0;
94 94
95 LPWSTR pwzCommand = NULL; 95 LPWSTR pwzCommand = NULL;
96 96