1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-21 16:14:14 -04:00

Rework the definition of USE_UTF8_GAME_FILE a little

This commit is contained in:
John Zaitseff 2011-08-09 12:27:56 +10:00
parent bbdae69de4
commit 4d133cf662

View File

@ -86,10 +86,11 @@
// Character set conversion for game files
#undef USE_UTF8_GAME_FILE
#ifdef HAVE_ICONV
# define USE_UTF8_GAME_FILE 1
# include "striconv.h"
#else
# undef USE_UTF8_GAME_FILE
#endif