INT_PTR type replaced

This commit is contained in:
alexeevdv
2015-02-15 19:05:45 +03:00
parent e2948eb41e
commit 6b30e62ed8
12 changed files with 113 additions and 114 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ void CStartupCode::Serialize(CArchive& ar)
COpcode::O_POP_FLAGS_RETURN_VAL_EXIT_EXTERN
};
for(INT_PTR i = 0; i < 17; i++)
for(int32_t i = 0; i < 17; i++)
{
if (i == 1)
{