1
0
forked from 0ad/0ad

Windows build fix

This was SVN commit r7260.
This commit is contained in:
Ykkrosh 2010-01-09 19:45:35 +00:00
parent 7c2e9027c2
commit 47420c363b

View File

@ -32,6 +32,12 @@
// (There are a few places where SM really needs to be told to be threadsafe, even
// though we're not actually sharing runtimes between threads.)
#if JS_VERSION <= 160
// 1.6 doesn't support the standards-conforming globals behaviour,
// so we can't use this flag there
# define JSCLASS_GLOBAL_FLAGS 0
#endif
class wxWindow;
class wxString;
class wxPanel;