Make 't_strtod' points at its implementation in 'document.cpp'

This commit is contained in:
g4mba5 2021-10-30 21:11:19 +02:00 committed by GitHub
parent 6236113734
commit 626f5a34a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ namespace litehtml
#define t_strtol strtol
#define t_atoi atoi
#define t_strtod strtod
#define t_strtod litehtml::document::strtod
#define t_strstr strstr
#define t_tolower tolower
#define t_isdigit isdigit