mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
(svn r14668) -Change: use include <> instead of include "" when including ICU's headers.
This commit is contained in:
parent
065e10fd1b
commit
0bf775a20a
@ -242,8 +242,8 @@ void DrawBox(int x, int y, int dx1, int dy1, int dx2, int dy2, int dx3, int dy3)
|
||||
#if !defined(WITH_ICU)
|
||||
static void HandleBiDiAndArabicShapes(char *text, const char *lastof) {}
|
||||
#else
|
||||
#include "unicode/ubidi.h"
|
||||
#include "unicode/ushape.h"
|
||||
#include <unicode/ubidi.h>
|
||||
#include <unicode/ushape.h>
|
||||
|
||||
/**
|
||||
* Function to be able to handle right-to-left text and Arabic chars properly.
|
||||
|
Loading…
Reference in New Issue
Block a user