mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-10 16:54:38 +02:00
keep noinline only for broken vs versions
This commit is contained in:
@@ -574,7 +574,9 @@ public:
|
|||||||
void RestorePreviousObjective(void);
|
void RestorePreviousObjective(void);
|
||||||
void SetIdle(void);
|
void SetIdle(void);
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
#if _MSC_VER >= 1920 && _MSC_VER < 1929
|
||||||
__declspec(noinline) // workaround for a compiler bug, hooray MS :P
|
__declspec(noinline) // workaround for a compiler bug, hooray MS :P
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
void SetObjective(eObjective, void*);
|
void SetObjective(eObjective, void*);
|
||||||
void SetObjective(eObjective);
|
void SetObjective(eObjective);
|
||||||
|
Reference in New Issue
Block a user