A number of changes moving towards dynamic linking support on Linux.

Not part of the build.


git-svn-id: svn://10.0.0.236/trunk@92291 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
markh%activestate.com
2001-04-14 13:41:35 +00:00
parent 7069e0eef2
commit aea59ec1ab
4 changed files with 110 additions and 81 deletions

View File

@@ -34,16 +34,6 @@
// Main Mozilla cross-platform declarations.
#include "xp_core.h"
#ifdef _DEBUG
# ifndef DEBUG
# define DEBUG
# endif
# define DEVELOPER_DEBUG
# define NS_DEBUG
# define DEBUG_markh
#endif // DEBUG
#include <nsIAllocator.h>
#include <nsIWeakReference.h>
#include <nsXPIDLString.h>