fix !USERTL

This commit is contained in:
speedie 2023-03-17 15:35:40 +01:00
parent 2b5c1a37c5
commit a6fbdc5bae

View file

@ -1,3 +1,9 @@
#if USERTL
#include "rtl-c.c"
#else
void
apply_fribidi(char *str)
{
return;
}
#endif