[FULLFAT]

- Switch UTF-16 support on throughout the library.

svn path=/trunk/; revision=51230
This commit is contained in:
Ged Murphy 2011-04-02 16:37:25 +00:00
parent 271454653d
commit 50fd13ae9c

View file

@ -51,7 +51,7 @@
//---------- UNICODE SUPPORT
//#define FF_UNICODE_SUPPORT // If this is defined, then all of FullFAT's API's will expect to receive UTF-16 formatted strings.
#define FF_UNICODE_SUPPORT // If this is defined, then all of FullFAT's API's will expect to receive UTF-16 formatted strings.
// FF_FindFirst() and FF_FindNext() will also return Filenames in UTF-16 format.
// NOTE: This option may cause FullFAT to not "Clean-compile" when using GCC. This is because
// pedantically GCC refuses to accept C99 library functions, unless the -std=c99 flag is used.