Subject: Re: Can't compile on Windows 10 with MinGW x64
Author: arfelious
Date: 10/14/2025 19:30
That's due to the DATADIR enum in objidl.h conflicting with the DATADIR macro.
Renaming the macro to something unique, like HTS_DATADIR, wherever it is used
could help.