Remove all MSVC __int64 (#742)
This commit is contained in:
@@ -25,7 +25,7 @@ private:
|
||||
int status;
|
||||
Minecraft *minecraft;
|
||||
int title;
|
||||
__int64 lastTime;
|
||||
int64_t lastTime;
|
||||
bool noAbort;
|
||||
wstring m_wstrText;
|
||||
eProgressStringType m_eType;
|
||||
|
||||
Reference in New Issue
Block a user