mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-29 23:22:01 +00:00
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
|
#define VM_CG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(VM_UI) || defined(VM_CG)
|
#if defined(VM_UI) || defined(VM_CG) || defined(PLUGINS)
|
||||||
#define VM_ANY
|
#define VM_ANY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue