21 #ifndef GNASH_SWF_CTYPE_H
22 #define GNASH_SWF_CTYPE_H
33 SWFCtype(
size_t refs = 0) : std::ctype<wchar_t>(refs) {}
Facet for SWF-compatible case conversion.
Definition: SWFCtype.h:31
std::ctype< wchar_t >::char_type char_type
Definition: SWFCtype.h:34
#define DSOEXPORT
Definition: dsodefs.h:55
SWFCtype(size_t refs=0)
Definition: SWFCtype.h:33