mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 00:59:08 +02:00
* cwstrings only for unix. Fixes issue #40375
This commit is contained in:
parent
88b5728d94
commit
3b8edbd6a6
@ -19,7 +19,10 @@ program pdfdump;
|
|||||||
{$h+}
|
{$h+}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
cwString, sysutils, classes, contnrs, fppdfobjects, fppdfparser, fppdfpredict,
|
{$ifdef unix}
|
||||||
|
cwString,
|
||||||
|
{$endif}
|
||||||
|
sysutils, classes, contnrs, fppdfobjects, fppdfparser, fppdfpredict,
|
||||||
custapp, fppdfconsts, fppdfcommands;
|
custapp, fppdfconsts, fppdfcommands;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user