Added include for platform.h inside MOZILLA_CLIENT ifdef. Approved by shaver@netscape.com

This commit is contained in:
cls%seawood.org 1998-11-18 22:14:44 +00:00
Родитель d84790df55
Коммит c4f9024342
3 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -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