diff options
Diffstat (limited to 'audio/maplay/files/patch-ap')
-rw-r--r-- | audio/maplay/files/patch-ap | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/maplay/files/patch-ap b/audio/maplay/files/patch-ap new file mode 100644 index 000000000000..05e126e58b21 --- /dev/null +++ b/audio/maplay/files/patch-ap @@ -0,0 +1,19 @@ +*** all.h.orig Thu Jun 23 21:14:39 1994 +--- all.h Thu Dec 9 05:32:18 1999 +*************** +*** 22,28 **** + #define ALL_H + + typedef float real; // float should be enough +! typedef short bool; + typedef unsigned uint32; // 32 Bit unsigned integer + // some compilers may need "typedef unsigned long uint32" instead + typedef int int32; // 32 Bit signed integer +--- 22,28 ---- + #define ALL_H + + typedef float real; // float should be enough +! typedef short boolean; + typedef unsigned uint32; // 32 Bit unsigned integer + // some compilers may need "typedef unsigned long uint32" instead + typedef int int32; // 32 Bit signed integer |