diff --git a/desmume/src/types.h b/desmume/src/types.h index a4c3b3a15..cddf2fc45 100644 --- a/desmume/src/types.h +++ b/desmume/src/types.h @@ -124,7 +124,7 @@ #endif #endif -#ifdef _MSC_VER +#if defined(_MSC_VER) || defined(__MINGW32__) #include #else