refactor: replace some win32 typedefs

This commit is contained in:
Tropical
2026-03-30 00:16:26 -05:00
parent 6ed953a3c3
commit 51e61a12b4
45 changed files with 268 additions and 272 deletions

View File

@@ -186,7 +186,7 @@ bool CGameNetworkManager::StartNetworkGame(Minecraft* minecraft,
DWORD bytesRead,
dwFileSize = GetFileSize(fileHandle, NULL);
PBYTE pbData = (PBYTE) new BYTE[dwFileSize];
BOOL bSuccess =
bool bSuccess =
ReadFile(fileHandle, pbData, dwFileSize,
&bytesRead, NULL);
if (bSuccess == FALSE) {