diff options
author | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-06-25 13:15:03 +0200 |
---|---|---|
committer | Malte Timmermann <Malte.Timmermann@sun.com> | 2010-06-25 13:15:03 +0200 |
commit | fccc63b9733c6077d93f2ef9c14011268906518a (patch) | |
tree | 8dc8d92e20f1892be700bfb27539c25bfafa89af /soldep/bootstrp | |
parent | fc5cd5ec6efcefe20334bb6c47c1f9aa8a619426 (diff) |
codecleanup02: #i112685# Removed ifdefs and code for WIN,W30,W31
Diffstat (limited to 'soldep/bootstrp')
-rw-r--r-- | soldep/bootstrp/prj.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soldep/bootstrp/prj.cxx b/soldep/bootstrp/prj.cxx index dfb29fe74754..0315ba2a8b6e 100644 --- a/soldep/bootstrp/prj.cxx +++ b/soldep/bootstrp/prj.cxx @@ -57,7 +57,7 @@ #endif #endif -#if defined(DOS) || defined(WNT) || defined(OS2) || defined(WIN) +#if defined(DOS) || defined(WNT) || defined(OS2) #define PATH_DELIMETER '\\' #else #ifdef UNX |