BugSplat 25981. Fix OS/2 Implementation

This commit is contained in:
larryh%netscape.com 2000-05-26 00:24:21 +00:00
Родитель 4bfce22518
Коммит da29c62270
1 изменённых файлов: 4 добавлений и 1 удалений

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

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