FIX: WCX header file

This commit is contained in:
Alexander Koblov 2010-02-02 14:46:24 +00:00
commit 89adc8f1ea

View file

@ -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);