]> git.ipfire.org Git - thirdparty/gcc.git/commit
ada: Correct System.Win32.LocalFileTimeToFileTime wrapper typo
authorPhilippe Gil <gil@adacore.com>
Wed, 7 Feb 2024 13:53:54 +0000 (14:53 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Tue, 14 May 2024 08:19:56 +0000 (10:19 +0200)
commit42ea46c67ddcde686e3792864d035dfd1645801f
treeeee1d16330c94fcd5a0856e572d7e51add5e2103
parent996fd76402004d5f2fedbbf86cd8534e8c0c1f71
ada: Correct System.Win32.LocalFileTimeToFileTime wrapper typo

The parameters should be swapped to fit Fileapi.h documentation.
BOOL LocalFileTimeToFileTime(
[in]  const FILETIME *lpLocalFileTime,
[out] LPFILETIME     lpFileTime
);

gcc/ada/
* libgnat/s-win32.ads (LocalFileTimeToFileTime): Swap parameters.
gcc/ada/libgnat/s-win32.ads