Ah, thanks. I was just doing an exploratory change to see if this would work. The decision on the Win 7 implications can be made later. It was driving me nuts that it wasn't compiling correctly!
Rick On Wed, Apr 5, 2023 at 3:23 AM Erich Steinböck <erich.steinbo...@gmail.com> wrote: > Hi Rick, > we've so far refrained from using a Windows API younger than 0600 (0600 > means no more support for XP, but Vista and above still supported). > GetSystemTimePreciseAsFileTime is _WIN32_WINNT_WIN8 and thus would be the > end of ooRexx support for Vista and Windows 7. > > It's the compile define _WIN32_WINNT=0x0600 in CMakeLists.txt that stops > us from inadvertently introducing code with such a newer API. > > > _______________________________________________ > Oorexx-devel mailing list > Oorexx-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/oorexx-devel >
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel