mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-25 20:15:40 +00:00
WCHAR -> wchar_t
This commit is contained in:
@@ -177,7 +177,7 @@ void System::ReverseULONGLONG(int64_t* pullVal) {
|
||||
pchVal1[7] = pchVal2[0];
|
||||
}
|
||||
|
||||
void System::ReverseWCHARA(WCHAR* pwch, int iLen) {
|
||||
void System::ReverseWCHARA(wchar_t* pwch, int iLen) {
|
||||
for (int i = 0; i < iLen; i++) {
|
||||
ReverseUSHORT((unsigned short*)&pwch[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user