Cxbx-Reloaded / xbox_kernel_test_suite

Xbox kernel APIs tester written using nxdk
GNU General Public License v3.0
22 stars 6 forks source link

Add test for RtlAppendUnicodeStringToString #29

Closed Fisherman166 closed 6 years ago

Fisherman166 commented 6 years ago

Added a simple test that is similar to RtlAppendStringToString for RtlAppendUnicodeStringToString.

PatrickvL commented 6 years ago

Thank you!