mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Parameter type in WCX.
This commit is contained in:
parent
5578f2e330
commit
941bd3dcdf
4 changed files with 12 additions and 9 deletions
|
|
@ -79,6 +79,9 @@ const {Error codes returned to calling application}
|
|||
type
|
||||
{ Unsigned integer with pointer size }
|
||||
TArcHandle = {$IFDEF CPU64}QWord{$ELSE}LongWord{$ENDIF};
|
||||
{$IFNDEF LCL}
|
||||
HWND = type PtrUInt; // Defined as in LCL
|
||||
{$ENDIF}
|
||||
|
||||
const
|
||||
wcxInvalidHandle = TArcHandle(-1);
|
||||
|
|
@ -198,4 +201,4 @@ implementation
|
|||
|
||||
end.
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue