libtool-cross 2.2.6[ab]: Drop legacy staging, taken from poky
[openembedded.git] / recipes / openal / files / void-workaround.patch
blobc2698a95bbc30e1c4e542c35332c304fd96c6962
1 Index: openal-0.0.8/common/include/AL/alc.h
2 ===================================================================
3 --- openal-0.0.8.orig/common/include/AL/alc.h 2007-09-22 19:40:47.000000000 +0200
4 +++ openal-0.0.8/common/include/AL/alc.h 2007-09-22 19:41:04.000000000 +0200
5 @@ -82,7 +82,7 @@
6 typedef double ALCdouble;
8 /** void type (for opaque pointers only) */
9 -typedef void ALCvoid;
10 +#define ALCvoid void
13 /* Enumerant values begin at column 50. No tabs. */