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:
Molgrum 2007-10-04 20:29:05 +00:00
parent 3d8d58f1b9
commit 64ea64fd2c
1 changed files with 1 additions and 1 deletions

View File

@ -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