Mac shared library migration.

git-svn-id: svn://10.0.0.236/trunk@15474 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard%netscape.com
1998-11-30 22:15:00 +00:00
parent 57c4d48cc4
commit 810f6cfdf2
50 changed files with 473 additions and 179 deletions

View File

@@ -37,12 +37,14 @@
#include "NSReg.h"
#endif
#if 0
#ifdef XP_MAC
#ifdef MOZ_NGLAYOUT
#define IMPL_MAC_REPOSITORY
#include "nsMacRepository.h"
#endif
#endif
#endif
nsHashtable *nsRepository::factories = NULL;
PRMonitor *nsRepository::monitor = NULL;