Get PATH_MAX right for Neutrino 2.0 (QNX - photon UI).
This commit is contained in:
Родитель
8bdec0ded3
Коммит
3edfeff5dd
|
@ -35,6 +35,11 @@ PR_BEGIN_EXTERN_C
|
|||
#define NS_A4_SIZE 3
|
||||
#endif
|
||||
|
||||
#ifdef NTO
|
||||
// XXX Perhaps an NSPR macro would be a better solution.
|
||||
#define PATH_MAX _POSIX_PATH_MAX
|
||||
#endif
|
||||
|
||||
typedef struct unixprdata {
|
||||
PRBool toPrinter; /* If PR_TRUE, print to printer */
|
||||
PRBool fpf; /* If PR_TRUE, first page first */
|
||||
|
|
|
@ -35,6 +35,11 @@ PR_BEGIN_EXTERN_C
|
|||
#define NS_A4_SIZE 3
|
||||
#endif
|
||||
|
||||
#ifdef NTO
|
||||
// XXX Perhaps an NSPR macro would be a better solution.
|
||||
#define PATH_MAX _POSIX_PATH_MAX
|
||||
#endif
|
||||
|
||||
typedef struct unixprdata {
|
||||
PRBool toPrinter; /* If PR_TRUE, print to printer */
|
||||
PRBool fpf; /* If PR_TRUE, first page first */
|
||||
|
|
Загрузка…
Ссылка в новой задаче