initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

View 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 )