This fixes MinGW builds, that otherwise fail due to use of undeclared GetLastError() and ERROR_OPERATION_ABORTED.
The use of GetLastError() was added in SVN r366520 (within an #ifdef _WIN32), while the existing include of lldb/Host/windows/windows.h was within #ifdef _MSC_VER. Change the include ifdef to #ifdef _WIN32.