diff options
Diffstat (limited to 'platform/x11/jstest_main.c')
-rw-r--r-- | platform/x11/jstest_main.c | 4 |
1 files changed, 4 insertions, 0 deletions
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) { } |