diff --git a/Source/Engine/Core/Compiler.h b/Source/Engine/Core/Compiler.h index 4b1640ab0..6b9c7ba61 100644 --- a/Source/Engine/Core/Compiler.h +++ b/Source/Engine/Core/Compiler.h @@ -125,5 +125,7 @@ // Custom attribute for Clang on PS4 #if PLATFORM_PS4 #undef DLLEXPORT +#undef DEPRECATED #define DLLEXPORT __declspec(dllexport) +#define DEPRECATED(...) #endif