mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-29 21:25:35 +00:00
More work on AppleDouble - NOT PART OF THE BUILD!!!
This commit is contained in:
parent
347dcd11aa
commit
a18c53bc26
@ -42,12 +42,6 @@
|
||||
#include "m_cvstrm.h"
|
||||
|
||||
#pragma cplusplus on
|
||||
//RICHIEDELETE #include "InternetConfig.h"
|
||||
//RICHIEDELETE #include "ufilemgr.h"
|
||||
//RICHIEDELETE #include "BufferStream.h"
|
||||
//RICHIEDELETE #include "Umimemap.h"
|
||||
//RICHIEDELETE #include "uprefd.h"
|
||||
//RICHIEDELETE #include "ulaunch.h"
|
||||
|
||||
OSErr my_FSSpecFromPathname(char* src_filename, FSSpec* fspec)
|
||||
{
|
||||
@ -93,11 +87,11 @@ nsMsgIsMacFile(char *aUrlString)
|
||||
return PR_TRUE;
|
||||
}
|
||||
|
||||
/* Netlib utility routine, should be ripped out */
|
||||
void MacGetFileType(nsFileSpec *path,
|
||||
PRBool *useDefault,
|
||||
char **fileType,
|
||||
char **encoding)
|
||||
void
|
||||
MacGetFileType(nsFileSpec *path,
|
||||
PRBool *useDefault,
|
||||
char **fileType,
|
||||
char **encoding)
|
||||
{
|
||||
if ((path == NULL) || (fileType == NULL) || (encoding == NULL))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user