Back out dbm use on windows because of lame build order dependency.

This commit is contained in:
scullin 1998-06-05 02:23:15 +00:00
parent 0859ddefdf
commit 6c6643b04c
2 changed files with 9 additions and 1 deletions

View File

@ -94,7 +94,6 @@ NETLIBS=\
$(NULL)
LLIBS=$(LLIBS) $(LIBNSPR) \
$(DIST)\lib\dbm32.lib \
$(DIST)\lib\secfreenav32.lib \
$(DIST)\lib\libpwcac.lib \
$(DIST)\lib\libplc21.lib \

View File

@ -43,6 +43,15 @@ extern "C" {
extern "C" {
#ifdef XP_PC
DB *
dbopen(const char *fname, int flags,int mode, DBTYPE type,
const void *openinfo)
{
return NULL;
}
#endif
/* Meta charset is weakest. Only set doc_csid if no http or override */
void
INTL_SetCSIDocCSID (INTL_CharSetInfo c, int16 doc_csid)