зеркало из https://github.com/mozilla/gecko-dev.git
Fixed an illegal preprocessor directive.
This commit is contained in:
Родитель
53b023d4d1
Коммит
ae221e38a6
|
@ -143,7 +143,7 @@
|
|||
#include <Files.h>
|
||||
#elif defined(XP_UNIX) || defined (XP_OS2)
|
||||
#include <dirent.h>
|
||||
#elif XP_PC
|
||||
#elif defined(XP_PC)
|
||||
#include "prio.h"
|
||||
#endif
|
||||
|
||||
|
@ -676,7 +676,7 @@ class NS_BASE nsDirectoryIterator
|
|||
#if defined(XP_UNIX)
|
||||
DIR* mDir;
|
||||
#elif defined(XP_PC)
|
||||
PRDir* mDir; // XXX why not use PRDir for Unix & Mac, too?
|
||||
PRDir* mDir; // XXX why not use PRDir for Unix too?
|
||||
#elif defined(XP_MAC)
|
||||
OSErr SetToIndex();
|
||||
short mIndex;
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
#include <Files.h>
|
||||
#elif defined(XP_UNIX) || defined (XP_OS2)
|
||||
#include <dirent.h>
|
||||
#elif XP_PC
|
||||
#elif defined(XP_PC)
|
||||
#include "prio.h"
|
||||
#endif
|
||||
|
||||
|
@ -676,7 +676,7 @@ class NS_BASE nsDirectoryIterator
|
|||
#if defined(XP_UNIX)
|
||||
DIR* mDir;
|
||||
#elif defined(XP_PC)
|
||||
PRDir* mDir; // XXX why not use PRDir for Unix & Mac, too?
|
||||
PRDir* mDir; // XXX why not use PRDir for Unix too?
|
||||
#elif defined(XP_MAC)
|
||||
OSErr SetToIndex();
|
||||
short mIndex;
|
||||
|
|
Загрузка…
Ссылка в новой задаче