Skip to content

Commit 6772876

Browse files
committed
Add comment
1 parent 44a5705 commit 6772876

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Security.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <aclapi.h>
66
#include <bcrypt.h>
77

8+
// code submitted in pull request from https://github.com/sbtoonz, authored by KeePassXC https://github.com/keepassxreboot/keepassxc/blob/dab7047113c4ad4ffead944d5c4ebfb648c1d0b0/src/core/Bootstrap.cpp#L121
89
inline bool LockMemAccess()
910
{
1011
bool bSuccess = false;

library.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@
191191
<ClInclude Include="sha256.h">
192192
<Filter>Source Files</Filter>
193193
</ClInclude>
194+
<ClInclude Include="Security.hpp">
195+
<Filter>Header Files</Filter>
196+
</ClInclude>
194197
</ItemGroup>
195198
<ItemGroup>
196199
<Library Include="curl\libcurl.lib">

0 commit comments

Comments
 (0)