Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/lib/str.c

    r002fd5f r63e27ef  
    114114
    115115/** Check the condition if wchar_t is signed */
    116 #ifdef __WCHAR_UNSIGNED__
     116#ifdef WCHAR_IS_UNSIGNED
    117117        #define WCHAR_SIGNED_CHECK(cond)  (true)
    118118#else
Note: See TracChangeset for help on using the changeset viewer.