mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user