Force inlining in MSVS to shut it up.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2704 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3d8d58f1b9
commit
64ea64fd2c
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Also, can efficiency be improved much?
|
|||
#ifdef VM_ANY
|
||||
|
||||
#ifdef _MSC_VER //fix this please
|
||||
#define inline _inline
|
||||
#define inline __forceinline
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue