FIX: Parameter type in WCX.

This commit is contained in:
cobines 2010-12-26 04:56:20 +00:00
commit 941bd3dcdf
4 changed files with 12 additions and 9 deletions

View file

@ -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.