summaryrefslogtreecommitdiff
path: root/wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'wchar.h')
-rw-r--r--wchar.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/wchar.h b/wchar.h
index 934181f..ef58065 100644
--- a/wchar.h
+++ b/wchar.h
@@ -1,5 +1,9 @@
-#ifndef __WCHAR_H__
-#define __WCHAR_H__
+#ifndef __STDC_VERSION_WCHAR_H__
+#if defined __STDC_VERSION__
+#define __STDC_VERSION_WCHAR_H__ __STDC_VERSION__
+#else
+#define __STDC_VERSION_WCHAR_H__ 1
+#endif
/*
UNG's Not GNU