From c9d408f4a83e8dd569699b0a8393d9311aafbcc3 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 21 Aug 2019 19:35:45 -0400 Subject: add missing files --- _wchar.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _wchar.h (limited to '_wchar.h') diff --git a/_wchar.h b/_wchar.h new file mode 100644 index 0000000..1ea3fce --- /dev/null +++ b/_wchar.h @@ -0,0 +1,12 @@ +#ifndef NULL +#error NULL not defined +#endif +#ifndef WCHAR_MAX +#error WCHAR_MAX not defined +#endif +#ifndef WCHAR_MIN +#error WCHAR_MIN not defined +#endif +#ifndef WEOF +#error WEOF not defined +#endif -- cgit v1.2.1