From ac84904af638b243284e24d5f401c3f1a21cb0ef Mon Sep 17 00:00:00 2001 From: Paul Gardiner Date: Thu, 4 Jul 2013 12:11:20 +0100 Subject: Update pdf_write_document to support incremental update --- platform/x11/jstest_main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'platform/x11/jstest_main.c') diff --git a/platform/x11/jstest_main.c b/platform/x11/jstest_main.c index 2003ad55..a07385bc 100644 --- a/platform/x11/jstest_main.c +++ b/platform/x11/jstest_main.c @@ -108,6 +108,10 @@ void winreplacefile(char *source, char *target) { } +void wincopyfile(char *source, char *target) +{ +} + void wincursor(pdfapp_t *app, int curs) { } -- cgit v1.2.3