mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
Try to fix building on OSX (and I assume WIN32) following
some changes introduced in r10248 that were causing issues with including X11.h on non-X11 platforms. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10254 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -18,7 +18,9 @@
|
|||||||
* This file is required on all platforms for utf8 support
|
* This file is required on all platforms for utf8 support
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined(WIN32) && !defined(__APPLE__)
|
||||||
# include "../Xutf8.h"
|
# include "../Xutf8.h"
|
||||||
|
#endif /* !defined(WIN32) && !defined(__APPLE__) */
|
||||||
|
|
||||||
unsigned short
|
unsigned short
|
||||||
XUtf8IsRightToLeft(unsigned int ucs) {
|
XUtf8IsRightToLeft(unsigned int ucs) {
|
||||||
|
|||||||
Reference in New Issue
Block a user