winpr/crt: Make TestString endian-independent
authorOndrej Holy <oholy@redhat.com>
Wed, 8 Jun 2016 09:43:11 +0000 (11:43 +0200)
committerOndrej Holy <oholy@redhat.com>
Fri, 10 Jun 2016 16:18:47 +0000 (18:18 +0200)
commitb8f33aa59c5040855e290b00bab3310233f91a67
treecff2e65cde580ea89ed0411f8ee8218ce5e60cfd
parentbbcc0476c74e200faafd9acecd9449e0c54596d7
winpr/crt: Make TestString endian-independent

Wide char strings use always little endian encoding since commit f722dc5.
Use only strings in little endian to make the tests endian-independent.
winpr/libwinpr/crt/test/TestString.c