>> can I rely on
>>http://wiki.freepascal.org/User_Changes_3.0#UNICODE_define_depends_on_default_string_type_instead_of_on_target_platform
>>
>> that UNICODE is defined just when String=UnicodeString and not
>>defined in all other cases ?
>
> That's literally what that text says, yes. What is missing from that
>changelog entry to make this clearer?

Nothing :-))
But before I have asked here, I have searched RTL sources and I found many times lines like this:

{$ifdef FPC_OS_UNICODE}
  {$define UNICODE}
{$endif}

And this lead me to confusion, if UNICODE is really compiler define or not as far as UNICODE is defined repeatedly unit by unit

-Laco.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to