Index: source/API/SystemInitializerFull.cpp =================================================================== --- source/API/SystemInitializerFull.cpp +++ source/API/SystemInitializerFull.cpp @@ -87,7 +87,7 @@ #include "Plugins/Process/FreeBSD/ProcessFreeBSD.h" #endif -#if defined(_MSC_VER) +#if defined(_MSC_VER) || defined(__MINGW32__) #include "lldb/Host/windows/windows.h" #include "Plugins/Process/Windows/Live/ProcessWindowsLive.h" #include "Plugins/Process/Windows/MiniDump/ProcessWinMiniDump.h" @@ -331,7 +331,7 @@ ObjCLanguage::Initialize(); ObjCPlusPlusLanguage::Initialize(); -#if defined(_MSC_VER) +#if defined(_MSC_VER) || defined(__MINGW32__) ProcessWindowsLive::Initialize(); #endif #if defined(__FreeBSD__)