Go to file
Andrew Schwartzmeyer 052ecc801d Use icu for Unicode conversion and fix lpnSize
A careful reading of the GetUserName documentation and Windows Data
Types says that lpnSize is "the number of TCHARs copied to the
buffer...including the terminating null character," and a TCHAR in this
environment is a CHAR because we assume UNICODE is always defined for
CoreCLR. A CHAR is a byte. So lpSize is number of bytes, not number of
UTF-16 characters as we previously believed.
2015-08-04 14:16:49 -07:00
ext-src Add ext-pal dependency 2015-08-03 12:58:59 -07:00
src Use icu for Unicode conversion and fix lpnSize 2015-08-04 14:16:49 -07:00
.gitignore added build files and folders to gitignore 2015-04-03 10:19:17 -07:00
.gitmodules Add ext-pal dependency 2015-08-03 12:58:59 -07:00