[KERNEL32/STRING] Sync sortkey.c with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-04-11 12:49:52 +01:00
parent cf14b6b2f5
commit dabc7c9e92
2 changed files with 2 additions and 3 deletions

View file

@ -17,8 +17,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include <wine/unicode.h>
#include "wine/unicode.h"
#ifdef __REACTOS__
#define get_char_typeW(x) iswctype((x) >> 8, (x) & 0xFF)

View file

@ -284,7 +284,7 @@ kernel32 -
reactos/dll/win32/kernel32/winnls/string/lang.c # Synced in r52754
reactos/dll/win32/kernel32/winnls/string/lcformat.c # Synced to WineStaging-3.3
reactos/dll/win32/kernel32/winnls/string/nls.c # Synced in r52754
reactos/dll/win32/kernel32/winnls/string/sortkey.c # Synced to WineStaging-1.9.16
reactos/dll/win32/kernel32/winnls/string/sortkey.c # Synced to WineStaging-3.3
msvcrt -
reactos/sdk/lib/crt/conio/cputs.c # Synced to WineStaging-1.9.16