mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 03:24:26 +00:00
defined a mac WH_TempName for modular Netlib. Raptor change.
This commit is contained in:
parent
a1e00ced0a
commit
0819429621
@ -735,6 +735,17 @@ SHIST_GetCurrent(History * hist)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
#ifdef XP_MAC
|
||||
char *
|
||||
WH_TempName(XP_FileType type, const char * prefix)
|
||||
{
|
||||
MOZ_FUNCTION_STUB;
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
*---------------------------------------------------------------------------
|
||||
* From ns/cmd/winfe/fegui.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user