[ros-diffs] [fireball] 38808: - RtlUnicodeStringToCountedOemString improvements: * Fix zero-sized input string handling, result would be error instead of success and zero output string. * If destination string's MaximumLength and Length are equal, it's not an erroneous situation (in fact, a very common situation). * Add comments.