[NEWINFLIB]
authorEric Kohl <eric.kohl@reactos.org>
Sun, 25 Apr 2010 15:58:34 +0000 (15:58 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 25 Apr 2010 15:58:34 +0000 (15:58 +0000)
commit0225b59c2d856b63ddb95401a437d9788a35bd66
tree850587e3f68260850336366465d5dac81ece00de
parent49496ddec65489aaf0bc692533892f5aaa5e131b
[NEWINFLIB]
Add a UNICODE-aware version of the inflib library.
It is not used by other components yet but usetup and mkhive will use it in the future.
ATTENTION: This commit might break the build bot because I could not test a build on a Linux system.

svn path=/trunk/; revision=47016
20 files changed:
reactos/lib/lib.rbuild
reactos/lib/newinflib/README.txt [new file with mode: 0644]
reactos/lib/newinflib/builddep.h [new file with mode: 0644]
reactos/lib/newinflib/infcommon.h [new file with mode: 0644]
reactos/lib/newinflib/infcore.c [new file with mode: 0644]
reactos/lib/newinflib/infget.c [new file with mode: 0644]
reactos/lib/newinflib/infhost.h [new file with mode: 0644]
reactos/lib/newinflib/infhostgen.c [new file with mode: 0644]
reactos/lib/newinflib/infhostget.c [new file with mode: 0644]
reactos/lib/newinflib/infhostput.c [new file with mode: 0644]
reactos/lib/newinflib/infhostrtl.c [new file with mode: 0644]
reactos/lib/newinflib/inflib.h [new file with mode: 0644]
reactos/lib/newinflib/inflib.mak [new file with mode: 0644]
reactos/lib/newinflib/inflib.rbuild [new file with mode: 0644]
reactos/lib/newinflib/infpriv.h [new file with mode: 0644]
reactos/lib/newinflib/infput.c [new file with mode: 0644]
reactos/lib/newinflib/infros.h [new file with mode: 0644]
reactos/lib/newinflib/infrosgen.c [new file with mode: 0644]
reactos/lib/newinflib/infrosget.c [new file with mode: 0644]
reactos/lib/newinflib/infrosput.c [new file with mode: 0644]