git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@714 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-04 08:07:47 +00:00
parent 5a6c27d500
commit b3ac55613b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Also, can efficiency be improved much?
#ifdef VM_ANY
#if _WIN32 && !defined(MINGW) //fix this please
#ifdef _MSC_VER //fix this please
#define inline _inline
#endif