зеркало из https://github.com/mozilla/pjs.git
Build bustage, io.h only exists on windows.
This commit is contained in:
Родитель
94ccd8159a
Коммит
cf9c92bd85
|
@ -43,9 +43,12 @@
|
||||||
#include "nsDebug.h"
|
#include "nsDebug.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <io.h>
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
|
#ifdef XP_WIN
|
||||||
|
#include <io.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
const char*
|
const char*
|
||||||
NS_strspnp(const char *delims, const char *str)
|
NS_strspnp(const char *delims, const char *str)
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче