opnsense-ports/science/dlib-cpp/files/patch-dlib_unicode_unicode.h
Franco Fichtner 6074f6326f science/dlib-cpp: sync with upstream
Taken from: FreeBSD
2024-10-10 15:42:54 +02:00

11 lines
364 B
C

--- dlib/unicode/unicode.h.orig 2022-05-08 14:35:36 UTC
+++ dlib/unicode/unicode.h
@@ -16,7 +16,7 @@ namespace dlib
// ----------------------------------------------------------------------------------------
- typedef uint32 unichar;
+ typedef char32_t unichar;
#if defined(__GNUC__) && __GNUC__ < 4 && __GNUC_MINOR__ < 4
struct unichar_traits