Changeset 980311e in mainline for uspace/srv/fs/fat/fat_dentry.h


Ignore:
Timestamp:
2011-08-24T21:32:32Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81e9cb3
Parents:
a5454cf
Message:

Remove wstr_chr().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_dentry.h

    ra5454cf r980311e  
    3939
    4040#define IS_D_CHAR(ch) (isalnum(ch) || ch == '_')
    41 #define FAT_STOP_CHARS L"*?/\\\n\t|'"
     41#define FAT_STOP_CHARS "*?/\\\n\t|'"
    4242
    4343#define FAT_NAME_LEN            8
Note: See TracChangeset for help on using the changeset viewer.