AdaOpenAL

Generic Sound Package for Ada
=====================================


AdaCore documentation:
Here is a relevent section from "i-cexten.ads" 
from gnat-include rts-sources:
--------------------------------------------------
package Interfaces.C.Extensions is ...
   --  C bool
   type bool is new Boolean;
   pragma Convention (C, bool);

	BUT in W32 it differs...
	subtype bool is plain_char;
	...which is incompatible
	with OSX, linux code ???

	HOWEVER in w64 declaration is same & usable!
--------------------------------------------------
ToDo:
--------------------------------------------------


4nov20:
.) Full success...two.adb works fine.
.) single code base IF I use W64 (2020) AdaCore.

4nov20:
.) all is perfect, now!

3nov20:
.) everything now compiles nicely

