mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
8 lines
157 B
Text
8 lines
157 B
Text
|
|
// The -*- C++ -*- wide character header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __CWCHAR__
|
||
|
|
#define __CWCHAR__
|
||
|
|
#include <wchar.h>
|
||
|
|
#endif
|