mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Back out dbm use on windows because of lame build order dependency.
This commit is contained in:
parent
0859ddefdf
commit
6c6643b04c
@ -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 \
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user