PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Lib/python/wchar.i

#
Swig | 21 lines | 12 code | 6 blank | 3 comment | 0 complexity | a4a961c713dbf5b92e8e9741937c167e MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. #ifdef __cplusplus
  2. %{
  3. #include <cwchar>
  4. %}
  5. #else
  6. %{
  7. #include <wchar.h>
  8. %}
  9. #endif
  10. %types(wchar_t *);
  11. %include <pywstrings.swg>
  12. /*
  13. Enable swig wchar support.
  14. */
  15. #define SWIG_WCHAR