Skip to content
Snippets Groups Projects
Commit 6dd923e7 authored by rswindell's avatar rswindell
Browse files

Added additional MAX_PATH simile.

parent e0386330
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@
#ifndef MAX_PATH
#ifdef MAXPATHLEN
#define MAX_PATH MAXPATHLEN /* clib.h */
#elif defined PATH_MAX
#define MAX_PATH PATH_MAX
#elif defined _MAX_PATH
#define MAX_PATH _MAX_PATH
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment