mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
MSVC compile fix
This commit is contained in:
parent
fc3d1bcbb4
commit
a6f4aa2d18
@ -135,6 +135,8 @@ bool isUnicodeSymbolAvailable(docstring const & name, char_type & c)
|
||||
is_combining, termination);
|
||||
}
|
||||
return c != 0 && !is_combining;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user