mirror of
https://github.com/halpz/re3.git
synced 2025-01-17 21:47:08 +00:00
keep noinline only for broken vs versions
This commit is contained in:
parent
f87f14b432
commit
b7db2a12d4
|
@ -712,7 +712,9 @@ public:
|
|||
void RestorePreviousObjective(void);
|
||||
void SetIdle(void);
|
||||
#ifdef _MSC_VER
|
||||
#if _MSC_VER >= 1920 && _MSC_VER < 1929
|
||||
__declspec(noinline) // workaround for a compiler bug, hooray MS :P
|
||||
#endif
|
||||
#endif
|
||||
void SetObjective(eObjective, void*);
|
||||
void SetObjective(eObjective);
|
||||
|
|
Loading…
Reference in a new issue