Olivier Hainque 4d16a60077 Merge branch 'mr/var_c-gcc-15' into 'master'
Tighten var.c for compilation with gcc-15

See merge request eng/toolchain/win32ada!11
2025-07-09 18:03:56 +02:00
2015-10-06 11:26:51 +02:00
2024-08-28 16:20:58 +02:00
2014-05-16 14:43:25 +02:00
2024-08-28 16:20:58 +02:00
2012-10-09 11:06:35 +02:00

Win32Ada

Ada API to the Windows library.

Installation

To configure, compile and install Win32Ada:

$ make build
$ make install

This will install Win32Ada into the current GNAT compiler standard location.

Usage

To include Win32Ada into your application you just need to import the Win32Ada project file.

with "win32ada.gpr";
project Proj is
   ...
end Proj;

License

Royalty-free, unlimited, worldwide, non-exclusive use, modification, reproduction and further distribution of this file is permitted.

SPDX-License-Identifier: NOASSERTION

Description
No description provided
Readme 3 MiB
Languages
Ada 99.6%
C 0.2%
Makefile 0.1%