[NEWINFLIB]
authorEric Kohl <eric.kohl@reactos.org>
Sat, 1 May 2010 10:43:39 +0000 (10:43 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 1 May 2010 10:43:39 +0000 (10:43 +0000)
commitd771ba8ec64e0b6339056590a98a6ec7d47c378a
tree2b0d81982495a22c11e3905c7364ea64e1fce954
parent06ef98d273d3081335dd06e6adba0a75a7ae9fcc
[NEWINFLIB]
- Change Unicode string functions from wcs* to str*W because glibc (Linux build) provides the wcs* functions but they use a wchar_t size of 32 bits instead of the required 16 bits.
- Add a str*W to wcs* wrapper (infrosrtl.c) in order to use the wcs* function for the WIN32 build.
- Add required str*W functions to the host library.

ATTENTION: This might break the build bot although it has been tested on Windows and Linux!!!

svn path=/trunk/; revision=47071
reactos/lib/host/wcsfuncs/wcsfuncs.c
reactos/lib/newinflib/builddep.h
reactos/lib/newinflib/infcore.c
reactos/lib/newinflib/infget.c
reactos/lib/newinflib/infhost.h
reactos/lib/newinflib/infhostrtl.c
reactos/lib/newinflib/inflib.rbuild
reactos/lib/newinflib/infput.c
reactos/lib/newinflib/infrosput.c
reactos/lib/newinflib/infrosrtl.c [new file with mode: 0644]