AK: Define tzname for Windows in Time.cpp
Unbreaks the Windows build. Co-authored-by: R-Goc <ryszardgoc@gmail.com>
This commit is contained in:
parent
3ab14f5595
commit
d73d768c12
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
# include <AK/Windows.h>
|
||||
# define localtime_r(time, tm) localtime_s(tm, time)
|
||||
# define gmtime_r(time, tm) gmtime_s(tm, time)
|
||||
# define tzname _tzname
|
||||
#endif
|
||||
|
||||
namespace AK {
|
||||
|
|
|
|||
Loading…
Reference in a new issue