Skip to content

Commit d63f793

Browse files
committed
Get rid of MSVC's __int64
Use either int64_t, uint64_t or long long and unsigned long long, defined as per C++11 standard
1 parent d6ec138 commit d63f793

File tree

308 files changed

+5362
-5370
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+5362
-5370
lines changed

Minecraft.Client/AchievementPopup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class AchievementPopup : public GuiComponent
1313
wstring title;
1414
wstring desc;
1515
Achievement *ach;
16-
__int64 startTime;
16+
int64_t startTime;
1717
ItemRenderer *ir;
1818
bool isHelper;
1919

0 commit comments

Comments
 (0)