summaryrefslogtreecommitdiff
path: root/platform/x11
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2017-02-22 09:40:31 -0800
committerMichael Vrhel <michael.vrhel@artifex.com>2017-02-22 09:40:31 -0800
commit6477d336520e3278b56a39c4fd98f220522cb962 (patch)
treecff18451ec87cafb6991413a24f04c7831a85b39 /platform/x11
parentc109362f27679a5b8e56696292d96f9b067691ce (diff)
downloadmupdf-6477d336520e3278b56a39c4fd98f220522cb962.tar.xz
Move PATH_MAX to system.h
Better to have this defined at the system level rather than scattered about in various files.
Diffstat (limited to 'platform/x11')
-rw-r--r--platform/x11/win_main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/x11/win_main.c b/platform/x11/win_main.c
index 76455eea..05c934fe 100644
--- a/platform/x11/win_main.c
+++ b/platform/x11/win_main.c
@@ -37,10 +37,6 @@ static int justcopied = 0;
static pdfapp_t gapp;
-#ifndef PATH_MAX
-#define PATH_MAX (1024)
-#endif
-
static wchar_t wbuf[PATH_MAX];
static char filename[PATH_MAX];