mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Add 'FORCENOINLINE' macro
This commit is contained in:
parent
074ec37756
commit
1d82fd4903
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user