diff options
Diffstat (limited to 'backends/midi/mt32/structures.h')
-rw-r--r-- | backends/midi/mt32/structures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/mt32/structures.h b/backends/midi/mt32/structures.h index 7caf10cec0..78cf5c1d13 100644 --- a/backends/midi/mt32/structures.h +++ b/backends/midi/mt32/structures.h @@ -57,7 +57,7 @@ static inline void LOG_MSG(char *fmt, ...) fflush(stdout); } -#if defined(WIN32) && !(defined(__CYGWIN__) || defined(__MINGW__)) +#if defined(WIN32) && !(defined(__CYGWIN__) || defined(__MINGW32__)) #define ALIGN_PACKED |