mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 11:30:31 +02:00
* Fixed test for non-Windows targets.
git-svn-id: trunk@34236 -
This commit is contained in:
parent
7f5352280d
commit
f08d136290
@ -1,3 +1,7 @@
|
||||
{$ifdef unix}
|
||||
uses
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif};
|
||||
{$endif}
|
||||
|
||||
var
|
||||
data: array[0..3] of widechar;
|
||||
|
Loading…
Reference in New Issue
Block a user