IceShard 1
A personal game engine project, with development focused on 2D/2.5D games.
Loading...
Searching...
No Matches
workarounds.hxx
Go to the documentation of this file.
1
3
4#pragma once
5
6// Kept until finally fixed in next VS Release.
7#if 0
14#define ISATTR_NOINLINE
15
16#if ISP_WINDOWS
17
18#undef ISATTR_NOINLINE
19#define ISATTR_NOINLINE __declspec(noinline)
20
21#endif // #if ISP_WINDOWS
22#endif