Add __need_winit_t to wctype.h

This commit is contained in:
Jeremy Soller
2020-05-28 13:43:55 -06:00
parent ae34ade595
commit c7910a8754
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
sys_includes = ["stddef.h", "stdint.h", "time.h", "stdio.h" ]
include_guard = "_WCTYPE_H"
header = ""
header = "#include <bits/wctype.h>"
language = "C"
style = "Type"
no_includes = true