//######################################################################### //# $Id$ //######################################################################### See: $PROJECT/src/ecma/README for more information. The source is unchanged from Mozilla.org's distribution with the minor difference: Line 142 in jstypes.h: #if defined(_WIN32) && !defined(__MWERKS__) is modified to #if defined(_WIN32) && !defined(__MWERKS__) && !defined(__GNUC__) to allow for static linking in Mingw on Win32.