git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11874 626c5289-ae23-0410-ae9c-e8d60b6d4f22
11 lines
309 B
OpenEdge ABL
11 lines
309 B
OpenEdge ABL
/* -----------------------------------------------------------------------------
|
|
* wchar.i
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
/*
|
|
wchar_t not supported, unless otherwise specified in the target language.
|
|
*/
|
|
|
|
#if defined(SWIG_WCHAR)
|
|
#undef SWIG_WCHAR
|
|
#endif
|