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

@@ -30,6 +30,10 @@
#include "nspr.h"
#include "CMochaHacks.h"
enum {
kPrivateNSPREventType = 13
};
// ---------------------------------------------------------------------------------
// ¥ [Static data members]
// ---------------------------------------------------------------------------------
@@ -156,4 +160,4 @@ void
CApplicationEventAttachment::ProcessNextEvent()
{
GetApplication().ProcessNextEvent();
}
}