Store a "removable" flag instead of the full drive type in the server
[wine] / include / wine / unicode.h
2003-09-27  Alexandre JulliardAdded strspnW and strcspnW.
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-20  Steven EdwardsFix building libwine_unicode with w32api headers.
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-03-21  Alexandre JulliardAdded 'wine' prefix to libwine_unicode exports.
2003-03-20  Alexandre JulliardAdded sprintfW and vsprintfW.
2003-03-12  Dmitry TimoshkovMove vsnwprintf implementation to libwine_unicode,...
2003-01-02  Alberto MassariMoved implementation of strpbrkW from filedlg95.c to...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-08  Alexandre JulliardImplemented inline version of the iswxxx functions.
2000-10-13  Konrad RieckChanged repne to repnz for Solaris assembler.
2000-09-12  Alexandre JulliardAdded missing __volatile__.
2000-09-07  Erik HofmanAdded missing const to external tables definitions.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-11  Alexandre JulliardAdded UTF-8 conversion support.
2000-08-01  Gerard PatelChanged the win31 style file dialog to 32 bits structur...
2000-06-13  Alexandre JulliardAdded a couple of Unicode string routines.
2000-06-12  Alexandre JulliardReimplemented Unicode case mapping in a slightly more...
2000-06-10  Alexandre JulliardAdded support for WC_NO_BEST_FIT_CHAR and default char...
2000-06-09  Alexandre JulliardAdded a bunch of code page tables for multibyte<->wide...