unter D7 findest Du ...\SOURCE\
RTL\SYS\Types.PAS
mit
Delphi-Quellcode:
type
TOleChar = WideChar;
POleStr = PWideChar;
PPOleStr = ^POleStr;
PCLSID = PGUID;
TCLSID = TGUID;
{ 64-bit large integer }
Largeint = Int64;
{$EXTERNALSYM Largeint}
// DWORD = LongWord;
// {$EXTERNALSYM DWORD}
PDWORD = ^DWORD;
{$EXTERNALSYM PDWORD}
vllt. hilft Dir das weiter.
Gruß
K-H