Wrong Position for definition of {$I Oracle.inc}

Please move

{$I Oracle.inc}

to position after line "unit".

I want to add some line

{$IFDEF UNICODE}
{$RTTI EXPLICIT METHODS([]) PROPERTIES([]) FIELDS([])}
{$ENDIF UNICODE}

but this only work if this include is after unit-line
 
Back
Top