winpr/crt: Fix endianness in string utils
authorOndrej Holy <oholy@redhat.com>
Wed, 8 Jun 2016 09:42:27 +0000 (11:42 +0200)
committerOndrej Holy <oholy@redhat.com>
Fri, 10 Jun 2016 16:18:39 +0000 (18:18 +0200)
commitbbcc0476c74e200faafd9acecd9449e0c54596d7
tree1aeb356002d877ae5bf6b533bf3ec1c480377d16
parent1903537f09d1f7f18d4fcdafbd90f6ee7f5a2b5d
winpr/crt: Fix endianness in string utils

All WCHAR strings are stored as little endian after commit f722dc5,
therefor WCHAR string utils have to be changed appropriately.
winpr/libwinpr/crt/string.c