Commit 12064 <https://sourceforge.net/p/oorexx/code-0/12064/> adds a compiler define _WIN32_WINNT 0x0600 to our CMake for Windows.
This means that we build for Vista or higher, and only APIs already present in Vista can be used. With this define use of a later-than-Vista API will give an "undefined identifier" - so that we know we will break Vista support if it's then actually used. We cannot support XP any more.
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel