talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 2f0c7dd54f24acc9bccd741c0d1c3c543d8003bd
parent ace1637cbf7777cb77dfc421e0c27c8fd9ca44ad
Author: Jonathan Boeing <jonathan@claws-mail.org>
Date:   Sun, 12 Sep 2021 21:28:48 -0700

Add updated fix for litehtml os_types.h

Original fix from b1bc36d2f7ca19cd61e335561d2a44c421ba9678

Diffstat:
Msrc/plugins/litehtml_viewer/litehtml/os_types.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/plugins/litehtml_viewer/litehtml/os_types.h b/src/plugins/litehtml_viewer/litehtml/os_types.h @@ -51,11 +51,14 @@ namespace litehtml #endif +/* #ifdef _WIN64 typedef unsigned __int64 uint_ptr; #else typedef unsigned int uint_ptr; #endif +*/ + typedef std::uintptr_t uint_ptr; #else #define LITEHTML_UTF8