ULONG type replaced

This commit is contained in:
alexeevdv
2015-02-15 18:28:27 +03:00
parent eb96e5ecfe
commit 087ef7674b
22 changed files with 133 additions and 134 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ void CNode::StoreTree(CArchive& ar, int nIndent, int nIndex)
// Node
std::string strOutLine;
uint16_t wOperator = m_Opcode.GetOperator();
ULONG ulArgument = m_Opcode.GetArgument();
uint32_t ulArgument = m_Opcode.GetArgument();
switch(wOperator)
{
@@ -98,7 +98,7 @@ void CNode::StoreTree(CArchive& ar, int nIndent, int nIndex)
}
ULONG CNode::GetTopOffset()
uint32_t CNode::GetTopOffset()
{
if (m_Arguments.GetSize() > 0)
{