mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: WCX header file
This commit is contained in:
parent
06cb1aafdb
commit
89adc8f1ea
1 changed files with 2 additions and 1 deletions
|
|
@ -77,7 +77,8 @@ const {Error codes returned to calling application}
|
|||
PK_CRYPTOPT_MASTERPASS_SET = 1; // The user already has a master password defined
|
||||
|
||||
type
|
||||
TArcHandle = type PtrUInt;
|
||||
{ Unsigned integer with pointer size }
|
||||
TArcHandle = {$IFDEF CPU64}QWord{$ELSE}LongWord{$ENDIF};
|
||||
|
||||
const
|
||||
wcxInvalidHandle = TArcHandle(-1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue