summaryrefslogtreecommitdiff
path: root/apps/xpsdraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/xpsdraw.c')
-rw-r--r--apps/xpsdraw.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/xpsdraw.c b/apps/xpsdraw.c
index f8828f7e..ced38357 100644
--- a/apps/xpsdraw.c
+++ b/apps/xpsdraw.c
@@ -276,7 +276,11 @@ static void drawoutline(xps_document *doc)
fz_free_outline(outline);
}
+#ifdef MUPDF_COMBINED_EXE
+int xpsdraw_main(int argc, char **argv)
+#else
int main(int argc, char **argv)
+#endif
{
int grayscale = 0;
int accelerate = 1;