X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2FRTI2Reader.h;h=35450359f5f4bf1ae197de6e4d0b53df7a330974;hb=0fb676244827a448dc60118d6558c4a4e346ffee;hp=cd36e7db26c693943dde77b3cdd30e3720aa6ee3;hpb=59bc65eea1e9a2cab6b1d51f4567cffc033fe938;p=freerainbowtables diff --git a/Client Applications/rcracki_mt/RTI2Reader.h b/Client Applications/rcracki_mt/RTI2Reader.h index cd36e7d..3545035 100644 --- a/Client Applications/rcracki_mt/RTI2Reader.h +++ b/Client Applications/rcracki_mt/RTI2Reader.h @@ -3,7 +3,6 @@ * RainbowCrack * * Copyright 2010 Martin Westergaard Jørgensen - * Copyright 2010 Daniël Niggebrugge * Copyright 2010 James Nobis * * This file is part of rcracki_mt. @@ -49,12 +48,12 @@ class RTI2Reader : BaseRTReader { private: FILE *m_pFile; - UINT4 m_chainPosition; + uint32 m_chainPosition; unsigned char *m_pPos, *m_pChainPos; static RTI2Header *m_pHeader; unsigned char *m_pIndex; - UINT4 m_chainsizebytes; - UINT4 m_indexrowsizebytes; + uint32 m_chainsizebytes; + uint32 m_indexrowsizebytes; public: