Add 'FORCENOINLINE' macro

This commit is contained in:
Kawe Mazidjatari 2023-02-15 17:53:15 +01:00
parent 074ec37756
commit 1d82fd4903

View File

@ -476,6 +476,8 @@ inline int64 CastPtrToInt64(const void* p)
#define FORCEINLINE_TEMPLATE __forceinline
#define NULLTERMINATED __nullterminated
#define FORCENOINLINE __declspec(noinline)
// This can be used to ensure the size of pointers to members when declaring
// a pointer type for a class that has only been forward declared
#define SINGLE_INHERITANCE __single_inheritance