This is subtly more correct.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1101 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
0fb5e1dccb
commit
abc205c2e5
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#define VM_CG
|
||||
#endif
|
||||
|
||||
#if defined(VM_UI) || defined(VM_CG)
|
||||
#if defined(VM_UI) || defined(VM_CG) || defined(PLUGINS)
|
||||
#define VM_ANY
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue