Ada API to the Windows library.
To configure, compile and install Win32Ada:
$ make build
$ make install
This will install Win32Ada into the current GNAT compiler standard location.
To include Win32Ada into your application you just need to import the Win32Ada project file.
with "win32ada.gpr";
project Proj is
...
end Proj;
Royalty-free, unlimited, worldwide, non-exclusive use, modification, reproduction and further distribution of this file is permitted.
SPDX-License-Identifier: NOASSERTION