Remove xp_core.h & xp_mem.h and all build references to them.

Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski


git-svn-id: svn://10.0.0.236/trunk@117612 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2002-03-27 06:02:39 +00:00
parent 6958ef5bed
commit bfd788cd4d
72 changed files with 107 additions and 1039 deletions

View File

@@ -37,7 +37,7 @@
// TODO: Implement Java callbacks
#include "xp_core.h"
#include "prtypes.h"
#include "nsplugin.h"
#include "ns4xPlugin.h"
#include "ns4xPluginInstance.h"
@@ -85,7 +85,7 @@ static NS_DEFINE_IID(kMemoryCID, NS_MEMORY_CID);
static NS_DEFINE_IID(kIMemoryIID, NS_IMEMORY_IID);
static NS_DEFINE_IID(kIPluginStreamListenerIID, NS_IPLUGINSTREAMLISTENER_IID);
XP_BEGIN_PROTOS
PR_BEGIN_EXTERN_C
////////////////////////////////////////////////////////////////////////
// Static stub functions that are exported to the 4.x plugin as entry
@@ -189,7 +189,7 @@ XP_BEGIN_PROTOS
#pragma pointers_in_A0
#endif
XP_END_PROTOS
PR_END_EXTERN_C
////////////////////////////////////////////////////////////////////////