The GMT compatibility for Windows 7 and 10 versions

Since 6.2.0 GMT utilities execution falls in Windows 7. I found that the reason is in two files freexl.dll and sqlight3.dll.
it’s enough to replace this dlls with the same from GDAL 3.7.2 version.
To do this i used simLink:

for %%i in (freexl sqlite3) do mklink %%i_w64.dll %%i.dll

The latest versions use CreateFile2 name, but the older CreateFileA.

Maybe someone will be interested

Alex