WORD type replaced

This commit is contained in:
alexeevdv
2015-02-15 18:10:01 +03:00
parent 316a9798e6
commit 7660247353
14 changed files with 62 additions and 58 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ void CNamespace::Serialize(CArchive& ar)
if (ulLength == 0xFFFFFFFF) return;
ULONG ulTotalRead = 0;
WORD wLengthOfString;
uint16_t wLengthOfString;
char* lpszNewString;
while(ulTotalRead < ulLength)