1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/audio/maplay/files/patch-ap

20 lines
652 B
Plaintext
Raw Normal View History

*** 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