NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of

private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.


git-svn-id: svn://10.0.0.236/trunk@10691 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com
1998-09-22 16:59:57 +00:00
parent 24741b9973
commit 06d57ca345
32 changed files with 116 additions and 93 deletions

View File

@@ -18,7 +18,7 @@
/* if.h --- Top-level image library internal routines
*
* $Id: if.h,v 3.2 1998-07-27 16:09:30 hardts%netscape.com Exp $
* $Id: if.h,v 3.3 1998-09-22 16:59:42 wtc%netscape.com Exp $
*/
#ifndef _if_h
@@ -103,11 +103,7 @@ extern PRLogModuleInfo *il_log_module;
#define FREE_IF_NOT_NULL(x) do {if (x) {PR_FREEIF(x); (x) = NULL;}} while (0)
#ifndef NSPR20
#include "prosdep.h" /* for IS_LITTLE_ENDIAN / IS_BIG_ENDIAN */
#else
#include "prtypes.h" /* for IS_LITTLE_ENDIAN / IS_BIG_ENDIAN */
#endif
/* The imagelib labels bits in a 32-bit word from 31 on the left to 0 on the right.
This macro performs the necessary conversion to make that definition work on