File diff r10414:e72126af2bf8 → r10415:b7e442943bfe
src/gfx.cpp
Show inline comments
 
@@ -242,8 +242,8 @@ void DrawBox(int x, int y, int dx1, int 
 
#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.