Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 615 → Rev 616

/programs/develop/fp/rtl/sysosh.inc
0,0 → 1,15
{}
 
type
THandle = DWord;
TThreadID = Longint;
TThreadSlot = Longint;
UINT = Cardinal;
BOOL = Longbool;
ULONG_PTR = DWord;
SIZE_T = ULONG_PTR;
 
PRTLCriticalSection = ^TRTLCriticalSection;
TRTLCriticalSection = packed record
OwningThread: TThreadID;
end;