Kaydet (Commit) d31bf8bf authored tarafından Tomas Turek's avatar Tomas Turek Kaydeden (comit) Andras Timar

Clean obsolete tools/filesystem abstraction

Change-Id: I74f99c48b822644b26486a66d2f15386991154d6
Reviewed-on: https://gerrit.libreoffice.org/2968Reviewed-by: 's avatarThomas Arnhold <thomas@arnhold.org>
Reviewed-by: 's avatarAndras Timar <atimar@suse.com>
Tested-by: 's avatarAndras Timar <atimar@suse.com>
üst 8b08aceb
......@@ -26,8 +26,6 @@
#include <dirent.h>
#include <unistd.h>
#define DRIVE_EXISTS(c) ( TRUE )
#define _mkdir(p) mkdir(p, 0777)
#define _rmdir rmdir
#define _chdir chdir
......
......@@ -50,7 +50,6 @@ typedef struct
const char *p;
} DIR;
#define PATHDELIMITER ";"
#define DEFSTYLE FSYS_STYLE_NTFS
#define MKDIR( p ) mkdir( p )
#define CMP_LOWER(s) ( s.toAsciiLowerCase() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment