stdlib: Corrected implementation of SDL_wcsncmp.

It was a copy/paste of SDL_strcmp, apparently, not SDL_strncmp, so it ignored
the maxlen parameter.

Thanks to Jack Powell for pointing this out!
1 file changed