REALLY add nsRegistry and libreg to the Mac build.

This commit is contained in:
mcmullen%netscape.com 1999-02-28 00:24:53 +00:00
Родитель 1adbd50eaa
Коммит fe54d94b06
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -47,7 +47,7 @@
// 98-10-14 joe -- temporary item to turn on ENDER MIME support before it fully lands
#define MOZ_ENDER_MIME 1
// #define USE_NSREG 1
#define USE_NSREG 1
// ———————————————————————————————————————————————————————————————————————————
// • You typically will not need to change things below here

Просмотреть файл

@ -1473,7 +1473,7 @@ nsresult nsRepository::AutoRegister(NSRegistrationInstant when,
ProcessSerialNumber psn;
ProcessInfoRec pInfo;
FSSpec appFSSpec;
long theDirID, oldLen, newLen;
long theDirID;
Str255 name;
#endif

Просмотреть файл

@ -1473,7 +1473,7 @@ nsresult nsRepository::AutoRegister(NSRegistrationInstant when,
ProcessSerialNumber psn;
ProcessInfoRec pInfo;
FSSpec appFSSpec;
long theDirID, oldLen, newLen;
long theDirID;
Str255 name;
#endif