commit 73b5271fb60300c04fb173cbcf2348802bdd3506
parent 44a873753d09c1c9e59af28161922837ff9e6a57
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:
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