wchar.i 186 B

123456789101112131415161718192021
  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