mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[FULLFAT]
- Switch UTF-16 support on throughout the library. svn path=/trunk/; revision=51230
This commit is contained in:
parent
271454653d
commit
50fd13ae9c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue