comment out these two functions, they are already defined on Unix
git-svn-id: svn://10.0.0.236/trunk@23585 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -162,6 +162,7 @@ XP_OpenDir(const char * name, XP_FileType type)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#ifndef XP_UNIX
|
||||
PUBLIC void
|
||||
XP_CloseDir(XP_Dir dir)
|
||||
{
|
||||
@@ -174,6 +175,7 @@ XP_ReadDir(XP_Dir dir)
|
||||
MOZ_FUNCTION_STUB;
|
||||
return NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
PUBLIC int
|
||||
XP_FileRemove(const char * name, XP_FileType type)
|
||||
|
||||
Reference in New Issue
Block a user