Rosen Penev
66f7869219
rename WIN32 to _WIN32
...
The latter is the proper macro defined by Windows headers.
Fixes compilation under at least clang-cl which mandates function
declarations.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2024-02-07 18:06:55 -08:00
Yurii Rashkovskii
7b971b52aa
Problem: confusing error message in snprintf_compat.h
...
Solution: fix it to reflect what's happening properly
2022-12-23 14:35:36 -08:00
Eric Haszlakiewicz
d414d3eabc
Issue #604 : add check for __MINGW32__ in snprintf_compat.h
2020-05-13 14:53:05 +00:00
dota17
8b162c4b89
clang-format the files
2020-04-03 11:39:30 +08:00
Eric Haszlakiewicz
f2f103b986
Add a brief overview of each file to the docs.
2017-12-06 00:20:59 -05:00
Eric Haszlakiewicz
81f6edbfd5
PR#331: for Visual Studio, use a snprintf/vsnprintf wrapper that ensures the string is terminated.
2017-08-25 01:15:39 -04:00