diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:27:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-20 11:27:00 +0000 |
commit | d96543910cf0ccf55116d070455435ca512b1099 (patch) | |
tree | 37fa66f5105dfe64cab0d80e283c4c46ba8ec15b /dmake/winnt | |
parent | 07270091ca963ac2b493d2bf6d16fecc54b305fa (diff) |
INTEGRATION: CWS dmake43p01 (1.2.80); FILE MERGED
2005/04/17 16:47:05 vq 1.2.80.1: Issue number: 47135
Submitted by: shay@openoffice.org
Define _POSIX_NAME_MAX and _POSIX_PATH_MAX using the compiler defaults.
Diffstat (limited to 'dmake/winnt')
-rw-r--r-- | dmake/winnt/mingw/sysintf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/winnt/mingw/sysintf.h b/dmake/winnt/mingw/sysintf.h index 03008bf8392d..abca6c5f2519 100644 --- a/dmake/winnt/mingw/sysintf.h +++ b/dmake/winnt/mingw/sysintf.h @@ -1,4 +1,4 @@ -/* RCS $Id: sysintf.h,v 1.2 2003-03-25 14:02:56 hr Exp $ +/* RCS $Id: sysintf.h,v 1.3 2006-04-20 12:27:00 hr Exp $ -- -- SYNOPSIS -- Interfaces for sysintf.c @@ -55,7 +55,7 @@ extern char * getcwd(); #ifdef _POSIX_NAME_MAX #undef _POSIX_NAME_MAX #endif -#define _POSIX_NAME_MAX 12 +#define _POSIX_NAME_MAX _MAX_FNAME #ifdef _POSIX_PATH_MAX #undef _POSIX_PATH_MAX |