mirror of
https://github.com/opnsense/src.git
synced 2026-05-26 11:12:39 -04:00
6 lines
108 B
C++
6 lines
108 B
C++
#include <bits/c++config.h>
|
|
|
|
#ifdef _GLIBCPP_USE_WCHAR_T
|
|
#define C wchar_t
|
|
#include "string-inst.cc"
|
|
#endif
|