summaryrefslogtreecommitdiff
path: root/tools/source/fsys/wntmsc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/fsys/wntmsc.hxx')
-rw-r--r--tools/source/fsys/wntmsc.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/source/fsys/wntmsc.hxx b/tools/source/fsys/wntmsc.hxx
index 6cda2a120ab7..1e210341d625 100644
--- a/tools/source/fsys/wntmsc.hxx
+++ b/tools/source/fsys/wntmsc.hxx
@@ -50,8 +50,6 @@
#ifndef S_IFBLK
#define S_IFBLK 0x6000
#endif
-#define setdrive(n,a) _chdrive(n)
-#define GETDRIVE(n) (n = _getdrive())
#define dirent _WIN32_FIND_DATAA
#define d_name cFileName
@@ -69,8 +67,6 @@ typedef struct
#define MKDIR( p ) mkdir( p )
#define CMP_LOWER(s) ( s.toAsciiLowerCase() )
-#define START_DRV 'a'
-
inline sal_Bool DRIVE_EXISTS(char c)
{
rtl::OStringBuffer aDriveRoot;