diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-29 18:36:34 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-29 18:36:34 +0900 |
| commit | 51452f2e68ea3fba1776d125ce27416c90b544ec (patch) | |
| tree | 5527296e93ed13464e366ca8f933fcba2e45afab /src/moz-sdk | |
| parent | f3df41f3efde0626cada3a99671ff17627a4a0fe (diff) | |
| download | kmplayer-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.h | 2 |
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. |
