mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Sorting now works for entries (not yet for groups)
This commit is contained in:
@@ -18,9 +18,7 @@ namespace ModernKeePassLib.Native
|
||||
|
||||
internal static class NativeMethods
|
||||
{
|
||||
public static bool SupportsStrCmpNaturally {
|
||||
get { throw new NotImplementedException(); }
|
||||
}
|
||||
public static bool SupportsStrCmpNaturally => false;
|
||||
|
||||
internal const int GCRY_CIPHER_AES256 = 9;
|
||||
internal const int GCRY_CIPHER_MODE_ECB = 1;
|
||||
|
Reference in New Issue
Block a user