зеркало из https://github.com/mozilla/pjs.git
Added include for platform.h inside MOZILLA_CLIENT ifdef. Approved by shaver@netscape.com
This commit is contained in:
Родитель
d84790df55
Коммит
c4f9024342
|
@ -26,6 +26,9 @@
|
|||
|
||||
#include <math.h>
|
||||
#include "jsconfig.h"
|
||||
#ifdef MOZILLA_CLIENT
|
||||
#include "platform.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Define which platforms on which to use fdlibm. Not used
|
||||
|
|
|
@ -22,6 +22,10 @@
|
|||
* OS (and machine, and compiler XXX) dependent information.
|
||||
*/
|
||||
|
||||
#ifdef MOZILLA_CLIENT
|
||||
#include "platform.h"
|
||||
#endif
|
||||
|
||||
#ifdef XP_PC
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
/*
|
||||
* PR time code.
|
||||
*/
|
||||
#ifdef MOZILLA_CLIENT
|
||||
#include "platform.h"
|
||||
#endif
|
||||
#ifdef SOLARIS
|
||||
#define _REENTRANT 1
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче