diff --git a/FitdLib/config.h b/FitdLib/config.h index 5e62851..2044f3f 100644 --- a/FitdLib/config.h +++ b/FitdLib/config.h @@ -1,7 +1,7 @@ #pragma once #if __cplusplus -#include +#include #include #endif @@ -37,10 +37,10 @@ #define USE_IMGUI #define USE_OPENGL_3_2 #endif - -#ifdef AITD_UE4 -#undef USE_IMGUI -#endif + +#ifdef AITD_UE4 +#undef USE_IMGUI +#endif #ifdef MACOSX #define UNIX @@ -59,11 +59,11 @@ typedef int32_t s32; #else typedef unsigned char u8; typedef unsigned short int u16; -typedef unsigned long int u32; +typedef unsigned int u32; typedef signed char s8; typedef signed short int s16; -typedef signed long int s32; +typedef signed int s32; #endif #include