diff --git a/Minecraft.Client/EntityRenderDispatcher.cpp b/Minecraft.Client/EntityRenderDispatcher.cpp index cba92df01..b2952a2f6 100644 --- a/Minecraft.Client/EntityRenderDispatcher.cpp +++ b/Minecraft.Client/EntityRenderDispatcher.cpp @@ -44,7 +44,7 @@ #include "ExperienceOrbRenderer.h" #include "SilverfishRenderer.h" #include "MushroomCowRenderer.h" -#include "SnowmanRenderer.h" +#include "SnowManRenderer.h" #include "LavaSlimeRenderer.h" #include "VillagerRenderer.h" #include "EnderDragonRenderer.h" diff --git a/Minecraft.Client/Linux/Stubs/winapi_stubs.h b/Minecraft.Client/Linux/Stubs/winapi_stubs.h index 4e666c387..a51929460 100644 --- a/Minecraft.Client/Linux/Stubs/winapi_stubs.h +++ b/Minecraft.Client/Linux/Stubs/winapi_stubs.h @@ -93,6 +93,8 @@ typedef float FLOAT; //#define S_OK ((HRESULT)0x00000000L) #define S_FALSE ((HRESULT)0x00000001L) +#define INFINITE 0xFFFFFFFF // Infinite timeout + #define PAGE_READWRITE 0x04 #define MEM_LARGE_PAGES 0x20000000 #define MAXULONG_PTR ((ULONG_PTR)~0UL)