This makes RtlUnicodeStringToInteger work like the win2k version. Basically
authorArt Yerkes <art.yerkes@gmail.com>
Thu, 17 Jun 2004 03:47:39 +0000 (03:47 +0000)
committerArt Yerkes <art.yerkes@gmail.com>
Thu, 17 Jun 2004 03:47:39 +0000 (03:47 +0000)
commit0766c089ece92af98b42e518f410e6d8e0e7011a
tree1b0e1aa3f4909987dd99848a7c8f544d4300cadf
parent7d375e8c48cfbccc39812e048778ace58609b7de
This makes RtlUnicodeStringToInteger work like the win2k version.  Basically
this function never checks the validity of the input string and only returns
an error when the Base argument is set incorrectly.

This fixes the bug while booting vmware with the pcnet card on.

svn path=/trunk/; revision=9694
reactos/lib/rtl/unicode.c