зеркало из https://github.com/mozilla/pjs.git
BugSplat 25981. Fix OS/2 Implementation
This commit is contained in:
Родитель
4bfce22518
Коммит
da29c62270
|
@ -26,7 +26,10 @@
|
|||
|
||||
#if defined(OS2)
|
||||
#define INCL_DOS
|
||||
#include os2.h
|
||||
#include <os2.h>
|
||||
/* define the required constant if it is not already defined in the headers */
|
||||
#ifndef QSV_NUMPROCESSORS
|
||||
#define QSV_NUMPROCESSORS 26
|
||||
#endif
|
||||
|
||||
#if defined(HPUX)
|
||||
|
|
Загрузка…
Ссылка в новой задаче