mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-26 08:06:58 +00:00
8 lines
98 B
OpenEdge ABL
8 lines
98 B
OpenEdge ABL
/*
|
|
Provide 'std_sstream.i' with wchar support.
|
|
*/
|
|
|
|
%include <wchar.i>
|
|
%include <std_sstream.i>
|
|
|