#include "unicode.h"
+#if 0
static inline WCHAR to_unicode_digit( WCHAR ch )
{
extern const WCHAR wine_digitmap[] DECLSPEC_HIDDEN;
extern const WCHAR wine_compatmap[] DECLSPEC_HIDDEN;
return ch + wine_compatmap[wine_compatmap[ch >> 8] + (ch & 0xff)];
}
+#endif
static const WCHAR wine_ligatures[] =
{
return empty_ligature;
}
+#if 0
/* fold a unicode string */
int wine_fold_string_obsolete( int flags, const WCHAR *src, int srclen, WCHAR *dst, int dstlen )
{
}
__ASM_OBSOLETE(wine_fold_string);
+#endif
#endif /* __ASM_OBSOLETE */