make wchar_t an atomic type, for JSString.
git-svn-id: svn://10.0.0.236/trunk@68790 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
78704fc915
commit
42b76425a5
@ -81,6 +81,7 @@ namespace JavaScript {
|
||||
define_atomic_type(unsigned long)
|
||||
define_atomic_type(float)
|
||||
define_atomic_type(double)
|
||||
define_atomic_type(wchar_t)
|
||||
|
||||
#undef define_atomic_type
|
||||
|
||||
|
||||
@ -81,6 +81,7 @@ namespace JavaScript {
|
||||
define_atomic_type(unsigned long)
|
||||
define_atomic_type(float)
|
||||
define_atomic_type(double)
|
||||
define_atomic_type(wchar_t)
|
||||
|
||||
#undef define_atomic_type
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user