|
@@ -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
|