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