This commit is contained in:
Dale Weiler
2021-08-22 10:05:27 -04:00
parent b39a4f3e3b
commit 791d7f764b
18 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -101,4 +101,4 @@ wint_t :: distinct wchar_t;
// Calculate these values correctly regardless of what type wchar_t actually is.
WINT_MIN :: 0;
WINT_MAX :: 1 << (size_of(wint_t) * 8);
WEOF :: ~wint_t(0);
WEOF :: ~wint_t(0);