mirror of
https://github.com/sfall-team/int2ssl.git
synced 2026-07-27 16:52:42 -07:00
WORD type replaced
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user