mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-30 14:09:19 +00:00
1
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#ifdef __cplusplus
|
||||
|
||||
%{
|
||||
#include <cwchar>
|
||||
%}
|
||||
|
||||
#else
|
||||
|
||||
%{
|
||||
#include <wchar.h>
|
||||
%}
|
||||
|
||||
#endif
|
||||
|
||||
%types(wchar_t *);
|
||||
%include <pywstrings.swg>
|
||||
|
||||
/*
|
||||
Enable swig wchar support.
|
||||
*/
|
||||
#define SWIG_WCHAR
|
||||
Reference in New Issue
Block a user