зеркало из https://github.com/mozilla/gecko-dev.git
Tinderbox break - remove OS/2 includes
This commit is contained in:
Родитель
6af8630656
Коммит
7e7f2a42a7
|
@ -156,7 +156,7 @@
|
||||||
#ifndef XP_OS2
|
#ifndef XP_OS2
|
||||||
#define MAXPATHLEN 1024
|
#define MAXPATHLEN 1024
|
||||||
#else
|
#else
|
||||||
#include "os2file.h" /* includes dirent.h */
|
/* #include "os2file.h" includes dirent.h */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define EFTYPE EINVAL /* POSIX 1003.1 format errno. */
|
#define EFTYPE EINVAL /* POSIX 1003.1 format errno. */
|
||||||
|
@ -200,7 +200,7 @@ XP_END_PROTOS
|
||||||
#endif /* MACINTOSH */
|
#endif /* MACINTOSH */
|
||||||
|
|
||||||
#if defined(XP_OS2)
|
#if defined(XP_OS2)
|
||||||
#include <xp_mcom.h>
|
/* #include <xp_mcom.h> */
|
||||||
XP_BEGIN_PROTOS
|
XP_BEGIN_PROTOS
|
||||||
int mkstemp(char *path);
|
int mkstemp(char *path);
|
||||||
XP_END_PROTOS
|
XP_END_PROTOS
|
||||||
|
|
Загрузка…
Ссылка в новой задаче