mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
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
Notes:
github-actions[bot]
2025-06-22 07:18:43 +00:00
Author: https://github.com/gmta
Commit: d73d768c12
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5152
Reviewed-by: https://github.com/ADKaster ✅
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…
Add table
Add a link
Reference in a new issue