Fix build

This commit is contained in:
Kirill Polyakov
2025-11-01 18:15:14 +03:00
parent 16eb1b51e7
commit a29eb52e1a

View File

@ -9,6 +9,8 @@
#include "../../../../Common/3dParty/html/css/src/StaticFunctions.h"
#include <cctype>
#ifndef MININT8
#define MAXUINT8 ((unsigned char)~((unsigned char)0))
#define MAXINT8 ((char)(MAXUINT8 >> 1))