(trunk) portability patch for MAXPATHLEN. Reported by afxgroup in ticket #291.
This commit is contained in:
parent
dd1626bbe2
commit
2cbff8d444
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h> /* for MAXPATHLEN */
|
||||
#include <sys/param.h>
|
||||
|
||||
char *
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h> /* for MAXPATHLEN */
|
||||
#include <sys/param.h>
|
||||
|
||||
char *
|
||||
|
|
Loading…
Reference in New Issue