libc.obj:

updated constants

git-svn-id: svn://kolibrios.org@9077 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat
2021-07-23 20:24:26 +00:00
parent 7828dfa68a
commit f1b06bbf99
2 changed files with 33 additions and 5 deletions

View File

@@ -29,4 +29,6 @@
#define UINT64_MAX (__CONCAT(INT64_MAX, U) * 2ULL + 1ULL)
#endif
#define SIZE_MAX UINT32_MAX
#endif /* _STDINT_H_*/