initial import
This commit is contained in:
12
claws-mail-gtk2/uintptr_t.patch
Normal file
12
claws-mail-gtk2/uintptr_t.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -up ./src/plugins/litehtml_viewer/litehtml/os_types.h.orig ./src/plugins/litehtml_viewer/litehtml/os_types.h
|
||||
--- ./src/plugins/litehtml_viewer/litehtml/os_types.h.orig 2023-08-09 16:55:51.309999999 -0600
|
||||
+++ ./src/plugins/litehtml_viewer/litehtml/os_types.h 2023-08-09 16:56:35.029999999 -0600
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef LH_OS_TYPES_H
|
||||
#define LH_OS_TYPES_H
|
||||
|
||||
+#include <cstdint>
|
||||
+
|
||||
namespace litehtml
|
||||
{
|
||||
#if defined( WIN32 ) || defined( _WIN32 ) || defined( WINCE )
|
||||
Reference in New Issue
Block a user