--- np2/wince/dosio.cpp 2005/02/12 12:13:59 1.9 +++ np2/wince/dosio.cpp 2005/03/09 19:31:35 1.10 @@ -191,7 +191,6 @@ short file_attr(const OEMCHAR *path) { UINT16 oempath[MAX_PATH]; MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, path, -1, oempath, NELEMENTS(oempath)); - return((short)GetFileAttributes(ucs2)); #elif defined(UNICODE) && defined(OSLANG_UTF8) UINT16 oempath[MAX_PATH]; codecnv_utf8toucs2(oempath, NELEMENTS(oempath), path, (UINT)-1);