Author: gedmurphy Date: Sat Apr 2 16:37:25 2011 New Revision: 51230
URL: http://svn.reactos.org/svn/reactos?rev=51230&view=rev Log: [FULLFAT] - Switch UTF-16 support on throughout the library.
Modified: trunk/reactos/include/reactos/libs/fullfat/ff_config.h
Modified: trunk/reactos/include/reactos/libs/fullfat/ff_config.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/fullfa... ============================================================================== --- trunk/reactos/include/reactos/libs/fullfat/ff_config.h [iso-8859-1] (original) +++ trunk/reactos/include/reactos/libs/fullfat/ff_config.h [iso-8859-1] Sat Apr 2 16:37:25 2011 @@ -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.