aboutsummaryrefslogtreecommitdiff
path: root/src/ca/scaperfexec.cpp
diff options
context:
space:
mode:
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