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 [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
