From 424757c078410041cce35a8678b59b7a56c47ccb Mon Sep 17 00:00:00 2001 From: truelight Date: Sat, 4 Aug 2007 12:53:41 +0000 Subject: (svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit more -Fix: WinCE doesn't support console -Fix: Set debug lvl4 when running a debug WinCE build (as you can't give parameters any easy way) --- src/fios.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/fios.cpp') diff --git a/src/fios.cpp b/src/fios.cpp index 0f347d1a7..31c3d8390 100644 --- a/src/fios.cpp +++ b/src/fios.cpp @@ -108,7 +108,9 @@ char *FiosBrowseTo(const FiosItem *item) char *path = _fios_path; switch (item->type) { -#if defined(WIN32) || defined(__OS2__) +#if defined(WINCE) + case FIOS_TYPE_DRIVE: sprintf(path, PATHSEP ""); break; +#elif defined(WIN32) || defined(__OS2__) case FIOS_TYPE_DRIVE: sprintf(path, "%c:" PATHSEP, item->title[0]); break; #endif -- cgit v1.2.3-70-g09d2