From 566541e24c34bccc4e286d61d18c831b04da2990 Mon Sep 17 00:00:00 2001 From: Malte Timmermann Date: Mon, 28 Jun 2010 15:58:56 +0200 Subject: codecleanup02: #i112685# Removed ifdefs and code for DOS --- soldep/bootstrp/prj.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'soldep') diff --git a/soldep/bootstrp/prj.cxx b/soldep/bootstrp/prj.cxx index 0315ba2a8b6e..9a677e92fe44 100644 --- a/soldep/bootstrp/prj.cxx +++ b/soldep/bootstrp/prj.cxx @@ -45,7 +45,7 @@ #define putenv(x) #endif -#if defined(DOS) || defined(WNT) || defined(OS2) +#if defined(WNT) || defined(OS2) #define LIST_DELIMETER ';' #else #ifdef UNX @@ -57,7 +57,7 @@ #endif #endif -#if defined(DOS) || defined(WNT) || defined(OS2) +#if defined(WNT) || defined(OS2) #define PATH_DELIMETER '\\' #else #ifdef UNX -- cgit