mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
9ad5184453
Build cross platform desktop apps with JavaScript, HTML, and CSS. It's easier than you think. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. WWW: https://electronjs.org/
12 lines
611 B
C++
12 lines
611 B
C++
--- ipc/ipc_message_utils.h.orig 2022-09-24 10:57:32 UTC
|
|
+++ ipc/ipc_message_utils.h
|
|
@@ -214,7 +214,7 @@ struct ParamTraits<unsigned int> {
|
|
// Since we want to support Android 32<>64 bit IPC, as long as we don't have
|
|
// these traits for 32 bit ARM then that'll catch any errors.
|
|
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \
|
|
- BUILDFLAG(IS_FUCHSIA) || \
|
|
+ BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) || \
|
|
(BUILDFLAG(IS_ANDROID) && defined(ARCH_CPU_64_BITS))
|
|
template <>
|
|
struct ParamTraits<long> {
|