Skip to content
Snippets Groups Projects
Commit 42ea46c6 authored by Philippe Gil's avatar Philippe Gil Committed by Marc Poulhiès
Browse files

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.
parent 996fd764
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment