diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-28 16:36:56 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-29 13:58:14 -0500 |
| commit | bcd3ee7ab858d62beb36af9f5986544b68a3dd35 (patch) | |
| tree | 424c4e61a580b7c4b7481712f69ab0193d76b9c4 /src/dutil/inc/aclutil.h | |
| parent | d73c29407fe5ec6a0207af7d9c2547457ae0854c (diff) | |
| download | wix-bcd3ee7ab858d62beb36af9f5986544b68a3dd35.tar.gz wix-bcd3ee7ab858d62beb36af9f5986544b68a3dd35.tar.bz2 wix-bcd3ee7ab858d62beb36af9f5986544b68a3dd35.zip | |
Clean up more 32-bit assumptions.
Diffstat (limited to 'src/dutil/inc/aclutil.h')
| -rw-r--r-- | src/dutil/inc/aclutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/inc/aclutil.h b/src/dutil/inc/aclutil.h index 144e4613..ac03f9a8 100644 --- a/src/dutil/inc/aclutil.h +++ b/src/dutil/inc/aclutil.h | |||
| @@ -140,7 +140,7 @@ HRESULT DAPI AclAddAdminToSecurityDescriptor( | |||
| 140 | // Following code in acl2util.cpp due to dependency on crypt32.dll. | 140 | // Following code in acl2util.cpp due to dependency on crypt32.dll. |
| 141 | HRESULT DAPI AclCalculateServiceSidString( | 141 | HRESULT DAPI AclCalculateServiceSidString( |
| 142 | __in LPCWSTR wzServiceName, | 142 | __in LPCWSTR wzServiceName, |
| 143 | __in int cchServiceName, | 143 | __in SIZE_T cchServiceName, |
| 144 | __deref_out_z LPWSTR* psczSid | 144 | __deref_out_z LPWSTR* psczSid |
| 145 | ); | 145 | ); |
| 146 | HRESULT DAPI AclGetAccountSidStringEx( | 146 | HRESULT DAPI AclGetAccountSidStringEx( |
