Changeset 653593b in gitlab

Timestamp:
Apr 27, 2019, 11:41:56 AM (5 years ago)
Author:
Thomas Bernard <miniupnp@…>
Branches:
master
Children:
682e1a7
Parents:
e76adfe
git-author:
Thomas Bernard <miniupnp@…> (26/04/2019 23:56:47)
git-committer:
Thomas Bernard <miniupnp@…> (27/04/2019 11:41:56)
Message:

Fix unicode filename compare when wchar_t is not 16bit

Do not use wcscmp() which takes wchar_t arguments.
wchar_t bit width is system dependent. It is often 32bits.
Grafx2 supports 16bits wide characters

fixes b49fa1dfcc6209065c79f112b364a75f0d30e2b2

(No files)

Note: See TracChangeset for help on using the changeset viewer.