зеркало из https://github.com/mozilla/pjs.git
flip #ifdef logic to allow for NSPR1.0 compatibility
This commit is contained in:
Родитель
05fe06f31e
Коммит
14a7388228
|
@ -30,7 +30,8 @@
|
||||||
#include "jspubtd.h"
|
#include "jspubtd.h"
|
||||||
|
|
||||||
#ifdef XP_WIN
|
#ifdef XP_WIN
|
||||||
#ifndef NSPR20
|
/* NSPR 1.0 compatibility */
|
||||||
|
#ifdef NSPR
|
||||||
#include "prhash.h"
|
#include "prhash.h"
|
||||||
#else
|
#else
|
||||||
#include "plhash.h"
|
#include "plhash.h"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче