__int64 is obviously a 64bit (implicitly signed) integer which in pure C++ (i.e. : not polluted by Microsoft) is called a "long long int" .
edit:
to learn more about _W64 check out the files included by your time.h
__int64 is obviously a 64bit (implicitly signed) integer which in pure C++ (i.e. : not polluted by Microsoft) is called a "long long int" .
edit:
to learn more about _W64 check out the files included by your time.h
Current Qt projects : QCodeEdit, RotiDeCode
Bookmarks