diff options
Diffstat (limited to '_wchar.h')
-rw-r--r-- | _wchar.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 |