12 lines
309 B
OpenEdge ABL
12 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
|