mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 14:05:53 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -156,7 +156,7 @@ void System::ReverseULONGLONG(int64_t* pullVal) {
|
||||
pchVal1[7] = pchVal2[0];
|
||||
}
|
||||
|
||||
void System::ReverseWCHARA(wchar_t* pwch, int iLen) {
|
||||
void System::ReverseWCHARA(char* pwch, int iLen) {
|
||||
for (int i = 0; i < iLen; i++) {
|
||||
ReverseUSHORT((unsigned short*)&pwch[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user