mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 06:09:11 +02:00
* fix for 4800
git-svn-id: trunk@2601 -
This commit is contained in:
parent
f4738689ba
commit
6974105177
@ -352,7 +352,7 @@ const
|
|||||||
{$IFDEF UNICODE}
|
{$IFDEF UNICODE}
|
||||||
AWSuffix = 'W';
|
AWSuffix = 'W';
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
AWSuffix = 'A';
|
AWSuffix = '';
|
||||||
{$ENDIF UNICODE}
|
{$ENDIF UNICODE}
|
||||||
|
|
||||||
{$IFDEF DYNAMIC_LINK}
|
{$IFDEF DYNAMIC_LINK}
|
||||||
|
Loading…
Reference in New Issue
Block a user