summaryrefslogtreecommitdiffstats
path: root/src/moz-sdk
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-29 18:36:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-29 18:36:34 +0900
commit51452f2e68ea3fba1776d125ce27416c90b544ec (patch)
tree5527296e93ed13464e366ca8f933fcba2e45afab /src/moz-sdk
parentf3df41f3efde0626cada3a99671ff17627a4a0fe (diff)
downloadkmplayer-master.tar.gz
kmplayer-master.zip
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/moz-sdk')
-rw-r--r--src/moz-sdk/nptypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/moz-sdk/nptypes.h b/src/moz-sdk/nptypes.h
index 8307c26..677ff6b 100644
--- a/src/moz-sdk/nptypes.h
+++ b/src/moz-sdk/nptypes.h
@@ -47,7 +47,7 @@
*/
typedef int int32_t;
typedef unsigned int uint32_t;
-#elif defined(_AIX) || defined(__sun) || defined(IRIX)
+#elif defined(_AIX) || defined(__sun)
/*
* AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
* but not bool for C.